-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Development Kit
esp32-s3-devkitc-1
Module or chip used
esp32-s3-devkitc-1
Debug Adapter
gdb and openocd
OpenOCD version
Open On-Chip Debugger v0.11.0-esp32-20211220 (2021-12-20-15:43)
Operating System
windows 10
Using an IDE ?
Eclipse
OpenOCD command line
openocd -f board/esp32s3-builtin.cfg
JTAG Clock Speed
na
ESP-IDF version
4.4.1
Problem Description
:\Users\suskach\workspace\blink>openocd -f board/esp32s3-builtin.cfg
Open On-Chip Debugger v0.11.0-esp32-20211220 (2021-12-20-15:43)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
Info : esp_usb_jtag: VID set to 0x303a and PID to 0x1001
Info : esp_usb_jtag: capabilities descriptor set to 0x2000
Warn : Transport "jtag" was already selected
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: esp_usb_jtag: could not find or open device!
Assertion failed!
Program: C:\Espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\bin\openocd.exe
File: ../src/jtag/core.c, Line 343
Debug Logs
:\Users\suskach\workspace\blink>openocd -f board/esp32s3-builtin.cfg
Open On-Chip Debugger v0.11.0-esp32-20211220 (2021-12-20-15:43)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'jtag'
Info : esp_usb_jtag: VID set to 0x303a and PID to 0x1001
Info : esp_usb_jtag: capabilities descriptor set to 0x2000
Warn : Transport "jtag" was already selected
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: esp_usb_jtag: could not find or open device!
Assertion failed!
Program: C:\Espressif\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\bin\openocd.exe
File: ../src/jtag/core.c, Line 343Expected behavior
bring me to app_main
Screenshots
No response