Skip to content

QSPI branch - E (1006) spi_master: spi_master_init_driver(236): invalid core id #609

@Westcott1

Description

@Westcott1

Many thanks to Tobozo for setting up this new panel for me.
Running the code below gives this error in tft.init(); -
E (1006) spi_master: spi_master_init_driver(236): invalid core id
Using instead the SPI bus type (in this branch) runs without this error - but of course no graphics!
Assigning a negative number to cfg.pin_io2 in the QSPI _bus_instance also runs without this error - but gives others.

Environment ( 実行環境 )

  • Board: ESP32-S3
  • Panel Driver IC: Panel_NV3041A
  • Bus type: QSPI
  • LovyanGFX 1.1.16
  • FrameWork version: esp32 v3.1.0
  • Build Environment: ArduinoIDE
  • Operating System: Windows

Problem Description ( 問題の内容 )

Running the code below gives the error -
E (1006) spi_master: spi_master_init_driver(236): invalid core id

Expected Behaviour ( 期待される動作 )

Display to display something.

Actual Behaviour ( 実際の動作 )

Running the code below gives the error -
E (1006) spi_master: spi_master_init_driver(236): invalid core id

Steps to reproduce ( 再現のための前提条件 )

  1. Run the code below

Code to reproduce this issue ( 再現させるためのコード )

Please submit complete source code that can reproduce your problem.
あなたの問題を再現できる完全なソースコードを提示してください。

#include <LovyanGFX.hpp>
#include <lgfx_user/LGFX_JC4827W543_4.3inch_ESP32S3.hpp>

LGFX tft;

void setup()
{
  tft.init();
}

void loop()
{
  tft.clear();
  tft.println("Hello World!");
  delay(1000);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    pinnedexempt from stale bot

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions