-
Notifications
You must be signed in to change notification settings - Fork 7.6k
HSPI not working #5900
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
Comments
Hello @HomeMade-Channel, excuse me for answering late. Is your issue still valid? If yes, are you able to retest it on v2.0.3-RC1? Thanks! |
Hello, due to no answer I'm closing this issue as expired. If you still need help, please reopen it. Thanks for understanding! |
Hey there using SPI.begin() with the pin numbers seemed to have worked for me. Begin by including the SPI.h header file. Then define HSPI pin numbers: #define HSPI_MISO 12 in your setup function call the SPI begin function with the appropriate pins: void setup() { |
Hi, I am facing similar issue and it was fixed on 2.0.3 but it's again not working in version afterwards say latest version 2.0.14 or 2.0.11 also not working so far only version this works are 1.0.6 and 2.0.3. do we have any fix for latest version say 2.0.11 or 2.0.14 ? |
Hardware:
Board: ?ESP32 Dev Module?
Core Installation version: ?2.0.1?
IDE name: ?Arduino IDE?
Flash Frequency: ?40Mhz?
PSRAM enabled: ?yes?
Upload Speed: ?115200?
Computer OS: ?Windows 7?
Description:
Hello everyone!
I'm trying to use HSPI (GPIO 12, 13, 14, 15), but I ran into a problem, data is not transmitted and HSPI does not work at all. I tried a simple example, but it doesn't work, no data is transmitted, no clock.
At the same time, the usual BLINK works on these pins. So for some reason SPI is not configured on these pins
Sketch: (leave the backquotes for code formatting)
Debug Messages:
The text was updated successfully, but these errors were encountered: