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
I am working with an Esp32p4-Function-EV-Board and the tool is Espress if IDE(v5.3.2). I am successfully flashing the code into Esp32p4 device but when I strat the debugging it is not entering into debug mode instead of it is showing errors like which are mentioned below:
Open On-Chip Debugger v0.12.0-esp32-20241016 (2024-10-16-14:17)
in procedure 'program_error' called at file "C:\Espressif\tools\openocd-esp32\v0.12.0-esp32-20241016\openocd-esp32\share\openocd\scripts/target/esp_common.cfg", line 443
at file "C:\Espressif\tools\openocd-esp32\v0.12.0-esp32-20241016\openocd-esp32\share\openocd\scripts/target/esp_common.cfg", line 9
** Flashing Failed **
-1
Started by GNU MCU Eclipse
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
In other words, you could set CONFIG_ESP32P4_REV_MIN to a compatible value, like 1, in your sdkconfig.defaults (if you have one). In my project, I've a file named sdkconfig.defaults.esp32p4 for this purpose.
FWIW, this issue was solved for me when using the latest IDF.
Thank you for your help , that is worked and also caused by idf revision
_Originally posted by @Vineetha1705 in #10787
Did you find it solution?
The text was updated successfully, but these errors were encountered: