-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
ESP32-S3 issue on SPI pins (IDFGH-13737) #14601
Comments
Did you connect an scope to it and see what the data is doing ? |
I didn't connect to a scope. I don't why the esp32 is working very well but esp32s3 has this issue. |
@Nezaemmy Hi, can you try to decrease the issue time, then will be convenience to connect scop or debug, 2-3 day is too hard to debug e.g. Do you use DMA? what the expect data. |
for more info I use arduino core for the esp32. this is the example code #include <ShiftRegister74HC595.h> //https://github.com/Simsso/ShiftRegister74HC595 // create a global shift register object void setup() { void loop() { // setting all pins at the same time to either HIGH or LOW sr.setAllLow(); // set all pins LOW // setting single pins
} // set all pins at once // read pin (zero based, i.e. 6th pin) // set pins without immediate update |
I tried to report issue on arduino esp32 channel but no response till now |
Answers checklist.
General issue report
I have been using the 3 chained 74hc595 shift register with ESP32; the system has been working for more than one year.
After switching to ESP32-S3, the system works for 2 to 3 days. The 74HC595 shift register starts misbehaving (for example, if you want to switch on pin 5 of the second chained shift register, pin 3 of the first shift register, and pin 6 of the shift register ON things like that), and with replacing the damaged one, the system works after the same time the issue comes again. The ESP32 doesn't have this issue with 74hc595.
The text was updated successfully, but these errors were encountered: