Skip to content

Can't debug esp32s3 (DPTechnics Walter board) with GDB #84426

Answered by Ballen7
fatalkiller asked this question in Q&A
Discussion options

You must be logged in to vote

the openocd in the zephyr toolchain does not work, you need to use the espressiff one

follow these instructions:
https://docs.espressif.com/projects/esp-idf/en/v4.2-beta1/esp32/api-guides/jtag-debugging/building-openocd-linux.html

once installed launch it by doing:
<path_to_espressif_openocd>/openocd -f board/esp32s3-builtin.cfg

then go to ur build in anotha terminal and do
west debug

FYI software breakpoints dont work, you can only do hardware breakpoints

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@fatalkiller
Comment options

@Ballen7
Comment options

Answer selected by fatalkiller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants