Hi friends,
Is there any other resourses to understand the steps for debugging process of esp idf project using JTAG. I have esp32 s3 devkit . I know there is a built in JTAG and need to know the further steps to analysis the code working. kindly please share your experience with this question.
Thank you
Did you try this resolution provided on GitHub, maybe this can be helpful: https://github.com/espressif/idf-eclipse-plugin/issues/241
Hello Jishnu,
Have you used OpenOCD tool for debugging as we were using it earlier for debugging into ESP32?
Also, We have GDB Tool as well for debugging of code for older ESP32 IDF 3.2 as per our requirement and tried to debug code through GDB Server and Client as well.
So, Let me know if you have tried anything at your end for debugging purpose.
Regards,
Ritesh Prajapati
Hi sir,
Sorry for the late reply. I tried to use openOCD to debug. followed by https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging. Checked the version of openOCD and start openOCD and connected the controller USB port(hardware side). After that I couldn’t understand the document . While saw the openOCD terminal displaying as error like “can’t find USB.
Thankyou
Hello,
Would you please share me each and every steps which you have followed?