Re-enable JTAG pins #7045
Replies: 1 comment
-
Posted at 2017-08-29 by Wilberforce How do you set up for jtag programming when you are using the ide-directly? You might need to write a custom function to re-enable or define these pin modes - both would need custom firmware. Just curious - why do need to debug at this lower level if you are using espruino? Posted at 2017-08-30 by user80736 Hi Wilberforce,
I am not using the IDE. My test was to have a program running (blinky...) and debug it using JTAG (openocd).
OK, that´s what I thought. Thanks for confirming.
Out of pure curiosity and since I got a JTAG debugger, I need to debug everything :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-08-28 by user80736
Hello,
I have been programming an ESP32 with the IDF and able to use JTAG debugging without a problem.
When using Espruino however, the JTAG pins are configured for GPIO. Does anyone knows a way to set those back for JTAG?
We are talking about GPIO12-13-14-15.
Beta Was this translation helpful? Give feedback.
All reactions