-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QSPI branch - E (1006) spi_master: spi_master_init_driver(236): invalid core id #609
Comments
the error message is directly related to auto cfg = _bus_instance.config();
cfg.isr_cpu_id = 1; // or 0 |
Hi Tobozo,
|
Hi Hamish, the message ""Quad SPI.begin() postponed to core 3.1.0" is related to this issue, which will stay open until the SPI library implements QSPI. Unfortunately 3.1.0-RC1 does not implement it yet. is this product page featuring the same model? aliexpress claims it can be delivered in two weeks so I can eventually order a unit |
Hi Tobozo, Thanks for all your help! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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 ( 実行環境 )
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 ( 再現のための前提条件 )
Code to reproduce this issue ( 再現させるためのコード )
Please submit complete source code that can reproduce your problem.
あなたの問題を再現できる完全なソースコードを提示してください。
The text was updated successfully, but these errors were encountered: