You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation, only those 2 pins are listed. I don't see anything common and specific to these pins on ESP32, so I'm wondering what is the reason PJDL would only work on such pins ?
GPIO12 is a bit painful to use since if you have it pulled high (for whatever reason) while booting, the ESP32 will likely fail to boot (it's used to change the voltage of the flash chip from 3.3V to 1.8V).
It can be pulled high if the other side of the communication link is trying to communicate while the ESP32 is rebooting. In that case, the system will never resume in a working condition, unless manually reboot while GPIO12 is low.
The text was updated successfully, but these errors were encountered:
Ciao @X-Ryl669 I have found the compatible pins mostly by trial and error, thank you for your feedback, I didn't know about GPIO 12, that is for sure a problem, I will give a try to other pins and report to you back here.
In the documentation, only those 2 pins are listed. I don't see anything common and specific to these pins on ESP32, so I'm wondering what is the reason PJDL would only work on such pins ?
GPIO12 is a bit painful to use since if you have it pulled high (for whatever reason) while booting, the ESP32 will likely fail to boot (it's used to change the voltage of the flash chip from 3.3V to 1.8V).
It can be pulled high if the other side of the communication link is trying to communicate while the ESP32 is rebooting. In that case, the system will never resume in a working condition, unless manually reboot while GPIO12 is low.
The text was updated successfully, but these errors were encountered: