-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging with ESP32
Download arduino entwicklungsumgebung -> https://www.arduino.cc/en/donate/ Get Link to ESP32 libraries. https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/. https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json.
https://www.youtube.com/watch?v=uq93H7T7cOQ.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/jtag-debugging/index.html.
Note
Debugging through the USB interface implemented in ESP32-C3 requires to have a chip with revision 3 or newer.
Please use other debugging options (e.g. with ESP-Prog) for chip revision 1 and 2.
The easiest way to determine the chip revision is to look for the Chip is ESP32-C3 (revision 3)
message near the end of a successful chip flashing done by idf.py flash.