Hi,
I am using Eclipse and trying the debugging feature. I follows the tutorial from here: https://www.youtube.com/watch?v=CbPX3q7LeBc
I followed the tutorial to use ESP-IDF GDB OpenOCD Debugging under Debug Configuration (Screenshot attached). However, in the "Config options" we need to specify the interface (what the debugging target is). By default, it uses "interface/ftdi/esp32_devkitj_v1.cfg -f board/esp32-wrover-kit-1.8v.cfg". However, I use ESP32-WROOM-32UE right now. It gave me these errors when clicked on "Debug":
"Open On-Chip Debugger v0.10.0-esp32-20210401 (2021-04-01-15:46)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 20000 kHz
Warn : Interface already configured, ignoring
Started by GNU MCU Eclipse
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6014, description '*', serial '*' at bus location '*'
Assertion failed!
Program: C:\.espressif\tools\openocd-esp32\v0.10.0-esp32-20210401\openocd-esp32\bin\openocd.exe
File: ../src/jtag/core.c, Line 343
Expression: jtag_trst == 0
"
How do I change the name for the interface and what cfg file I should use?
What if I use my own custom design, like integrate the ESP32 chip into my own PCBA design? What interface should I set to make the debugging in Eclipse work?
Thanks!
ESP32 Debugging with Eclipse
ESP32 Debugging with Eclipse
- Attachments
-
- Capture2.PNG (89.45 KiB) Viewed 3468 times
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32 Debugging with Eclipse
What's your hardware like, specifically, what board or JTAG adapter do you have?
Re: ESP32 Debugging with Eclipse
I haven't used any adapter yet. I am using ESP32-DEVKITC-32UE with USB cable only.
Do I need to use the ESP-PROG for Eclipse debugging? Can you provide more instructions on this?
Thanks you.
Do I need to use the ESP-PROG for Eclipse debugging? Can you provide more instructions on this?
Thanks you.
Last edited by joshchen on Mon Aug 09, 2021 4:03 pm, edited 1 time in total.
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32 Debugging with Eclipse
You would need an ESP-Prog or another JTAG adapter that is supported by OpenOCD.
Who is online
Users browsing this forum: Esp_Noobe_Sag and 85 guests