JTAG Debugging ESP32-C3 Wroom Eclipse
Posted: Fri Dec 06, 2024 5:19 pm
I am trying to get JTAG debugging working on Eclipse. I did not see any replies to my update here viewtopic.php?f=40&t=22365 so I figured I'd try a fresh post.
Things are complicated by the fact I can't get console logging to work and I notice two errors flash for about a second so I made a video and extracted the following
Error: attempted 'gdb' connection rejected
Error: error during read: Bad file descriptor
As is part for the course, https://github.com/espressif/openocd-es ... leshooting
does not have any entries for either of these errors
** Total programming time 6814 ms **
** Resetting Target **
Info: JTAG tap: esp32c3.cpu tap/device found: 0x00005c25 (m
Info: [esp32c3] Reset cause (3) (Software core reset)
Started by GNU MCU Eclipse
Info: Listening on port 6666 for tcl connections
Info: Listening on port 4444 for telnet connections
Info: attempted 'gdb' connection on tcp/3333
Error: attempted 'gdb' connection rejected
Please refer to the troubleshooting guide below to identify t
https://github.com/espressif/openocd-es ... leshooting
Info: accepting 'telnet connection on tcp/4444
Error: error during read: Bad file descriptor
Please refer to the troubleshooting guide below to identify t
https://github.com/espressif/openocd-es ... leshooting
Info: dropped 'telnet' connection
Info accepting 'tcl' connection on tcp/6666
Info: dropped 'tcl' connection
Thanks
Things are complicated by the fact I can't get console logging to work and I notice two errors flash for about a second so I made a video and extracted the following
Error: attempted 'gdb' connection rejected
Error: error during read: Bad file descriptor
As is part for the course, https://github.com/espressif/openocd-es ... leshooting
does not have any entries for either of these errors
** Total programming time 6814 ms **
** Resetting Target **
Info: JTAG tap: esp32c3.cpu tap/device found: 0x00005c25 (m
Info: [esp32c3] Reset cause (3) (Software core reset)
Started by GNU MCU Eclipse
Info: Listening on port 6666 for tcl connections
Info: Listening on port 4444 for telnet connections
Info: attempted 'gdb' connection on tcp/3333
Error: attempted 'gdb' connection rejected
Please refer to the troubleshooting guide below to identify t
https://github.com/espressif/openocd-es ... leshooting
Info: accepting 'telnet connection on tcp/4444
Error: error during read: Bad file descriptor
Please refer to the troubleshooting guide below to identify t
https://github.com/espressif/openocd-es ... leshooting
Info: dropped 'telnet' connection
Info accepting 'tcl' connection on tcp/6666
Info: dropped 'tcl' connection
Thanks