Re-enable JTAG pins

Posted on
  • 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.

  • 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?

  • Hi Wilberforce,

    How do you set up for jtag programming when you are using the ide-directly?

    I am not using the IDE. My test was to have a program running (blinky...) and debug it using JTAG (openocd).

    You might need to write a custom function to re-enable or define these pin modes - both would need custom firmware.

    OK, that´s what I thought. Thanks for confirming.

    Just curious - why do need to debug at this lower level if you are using espruino?

    Out of pure curiosity and since I got a JTAG debugger, I need to debug everything :)
    My curiosity also pushes me to learn how YOU debug while developing Espruino itself but you may have already wrote about that (I did not search yet).

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Re-enable JTAG pins

Posted by Avatar for user80736 @user80736

Actions