-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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 Core v2.0.1 / 2.0.1 RC1 crashes if using pinMode with GPIO1 #5868
Comments
any logs from that crash? |
Even with
Using
the debug terminal is
|
### Releases v1.4.1 1. Avoid using D1 in examples due to issue with core v2.0.0 and v2.0.1. Check [ESP32 Core v2.0.1 / 2.0.1 RC1 crashes if using pinMode with GPIO1 #5868](espressif/arduino-esp32#5868) 2. Add changelog.md
### Releases v1.4.1 1. Avoid using D1 in examples due to issue with core v2.0.0 and v2.0.1. Check [ESP32 Core v2.0.1 / 2.0.1 RC1 crashes if using pinMode with GPIO1 #5868](espressif/arduino-esp32#5868) 2. Add changelog.md
### Releases v1.4.1 1. Avoid using D1 in examples due to issue with core v2.0.0 and v2.0.1. Check [ESP32 Core v2.0.1 / 2.0.1 RC1 crashes if using pinMode with GPIO1 #5868](espressif/arduino-esp32#5868) 2. Add changelog.md
### Releases v1.0.1 1. Avoid using `PIN_D1 (GPIO1)` in your code due to issue with core v2.0.0 and v2.0.1. Check [ESP32 Core v2.0.1 / 2.0.1 RC1 crashes if using pinMode with GPIO1 #5868](espressif/arduino-esp32#5868). Only OK with core v1.0.6- 2. Don't use `float` in `ISR` due to issue with core v2.0.0 and v2.0.1. Only OK with core v1.0.6-. 3. Delete Blynk-related examples 4. Add changelog.md
Hello, is this still valid @khoih-prog? GPIO was refactored in meantime, if yes, are you able to test this on v2.0.3-RC1? |
Just retest on ESP32_DEV and still have crashes when using PIN_D1 and v2.0.3-RC1 No crash at all when testing with ESP32_S2, ESP32_S3 and ESP32_C3 using PIN_D1 |
Hi @khoih-prog, |
@khoih-prog |
Hi @P-R-O-C-H-Y Thanks for the clarification. So sorry, this is my weird and funny mistake. The board is still working, not crash at all. Just the Serial @ UART0 in not working. |
Core ESP32 Core v2.0.1 / 2.0.1 RC1 crashes if using pin pinMode with GPIO1, INPUT or OUTPUT mode. No issue with core v2.0.0-
With the following simple sketch, it's working OK if using
PIN_D2
orPIN_D3
, but crash if usingPIN_D1
The text was updated successfully, but these errors were encountered: