ESP32 DEV KIT C debug setup
Posted: Mon Oct 12, 2020 9:08 pm
Most of my recent experience is with Nordic chips which are easy to debug using the DK.
I've been writing code using ESP-IDF and I'd like to setup a debugger. I've been to this link already: https://docs.espressif.com/projects/esp ... w-it-works
My first question is do I have a viable debug setup to debug with OpenOCD:
1) Windows
2) USB DEV KIT C and ESP-IDF v4.1
3) ESP-PROG
Ideally, I'd like to debug via Eclipse but I'd be delighted if there were clear instructions for this particular setup.
for example:
------
To debug DEVKIT C with ESP-PROG
1) Wire them together like this
2) Use these exact config files
3) Run this command to know its working
I've been writing code using ESP-IDF and I'd like to setup a debugger. I've been to this link already: https://docs.espressif.com/projects/esp ... w-it-works
My first question is do I have a viable debug setup to debug with OpenOCD:
1) Windows
2) USB DEV KIT C and ESP-IDF v4.1
3) ESP-PROG
Ideally, I'd like to debug via Eclipse but I'd be delighted if there were clear instructions for this particular setup.
for example:
------
To debug DEVKIT C with ESP-PROG
1) Wire them together like this
2) Use these exact config files
3) Run this command to know its working