Page 1 of 1

JTAG debugger for ESP32 with ECLIPSE IDE

Posted: Fri Sep 20, 2019 11:12 am
by surekha
Hi Espressif,

We are unable to find the debugger for ESP32, please suggest the suitable hardware debugger with ECLIPSE IDE.

Re: JTAG debugger for ESP32 with ECLIPSE IDE

Posted: Mon Sep 23, 2019 4:19 am
by ESP_Sprite
The standard way to debug Esp32 chips involves OpenOCD as the on-chip debugger. With that in mind, you can use any adapter that is supported by OpenOCD, supports JTAG and is not tied to one specific chip family. We advise to use an FT2232H-based one, as those are fast, and we sell a board for this ourselves called the ESP-PROG, which you can get from e.g. Mouser.

Re: JTAG debugger for ESP32 with ECLIPSE IDE

Posted: Mon Sep 23, 2019 5:53 am
by surekha
Hi,
Currently i am compiling and flashing the programs using Msys32 environment(ESPIDF 3.2 Version) in ECLIPSE IDE using UART,
can i able to use the JTag debug using msys32 old version(3.2) in eclipse IDE.