HSPI is not working above Board Manager 2.0.3 #8822
Replies: 2 comments 5 replies
-
I'm using VSPI and HSPI with Arduino Core 2.0.7 with no issue.
I think I read somewhere that only one SPI port can use nCS. Hope this helps! |
Beta Was this translation helpful? Give feedback.
5 replies
-
Got it working from this code
I removed and it worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Windows 11
Arduino 1.8.19
Chip ESP32-PICO-D4
I was using ICM-20948 with SPI interface on HSPI on ESP32-PICO-D4 chipset. Till now I was on ESP version 1.0.6 and as now I wanted to upgrade the board manager I realize that after 2.0.3 HSPI is not working as code compiles fine but execution is halted after begin.
here is my initialization
ICM.begin calles the code given bellow.
Here is the ICM library code and it never goes after
Is there any workaround to get HSPI working as I already have SD Card on VSPI?
Beta Was this translation helpful? Give feedback.
All reactions