Good time of day
I ask for your help in solving the problem of debugging the ESP32-S3 code using "ESP-Prog JTAG"
https://aliexpress.ru/item/33044313716.html?spm=a2g2w.orderdetail.0.0.16b24aa6gH... I have looked through the entire forum and website, but I have not found a solution to the problem.
At the moment of starting debugging, I get a GDB error...
Output window text:
=thread-group-added,id="i1"
Reading symbols from D:/TEMP_USER/VMBuilds/Sketch1/esp32_esp32s3/Debug/Sketch1.ino.elf...
+echo vMicro: Hardware Debugging
vMicro: Hardware Debugging+echo vMicro: debug.tool = esp32prog\n
vMicro: debug.tool = esp32prog
+echo vMicro: Initializing remote target...\n
vMicro: Initializing remote target...
+echo Running Setup Actions\n
Running Setup Actions
+target extended-remote | " -d2 -c "gdb_port pipe; tcl_port disabled; telnet_port disabled" -c "adapter_khz 5000" -s ts/" -f ts/interface/ftdi/minimodule-lowcost.cfg" -c "set ESP32_RTOS none" -f ts/board/../target/esp32s3.cfg" -c "init; reset halt"
=cmd-param-changed,param="pagination",value="off"
Программа "" завершилась с кодом 42 (0x2a).
------------------
File text "board.txt"
debug.toolingsystem=gdbscript
# Very Latest OpenOCD needed for ESP32S3
tools.openocd.debug.path={runtime.tools.openocd-esp32-0.10.1-2021.11.11.path}
tools.openocd.program.path={runtime.tools.openocd-esp32-0.10.1-2021.11.11.path}
tools.openocd.upload.path={runtime.tools.openocd-esp32-0.10.1-2021.11.11.path}
------------
I ask for your help in solving this problem. Where to look, what could be wrong?