Skip to content

Debugging with ESP32

jwillner edited this page Aug 19, 2022 · 5 revisions

Aufbau in einer virtuellen WIN10-Maschine.

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.

ESP32 - DEBUGGING your ESP-IDF code using JTAG [VS CODE]

https://www.youtube.com/watch?v=uq93H7T7cOQ.

The Essential Details of ESP32 Hardware Debugging

https://youtu.be/eEzgwCbIbyM.

Debugging with ESP32-C3.

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.