Xinyuan-LilyGO / LilyGo-T-SIM7080G

42 stars 22 forks source link

Does the board support built-in JTAG for debugging #23

Closed vabatta closed 1 year ago

vabatta commented 1 year ago

As the title says, I've seen in the espidf documentation that the s3 have built-in support for debugging (https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/index.html#selecting-jtag-adapter).

Jason2866 commented 1 year ago

Yes, since GPIO 19 and 20 are directly connected to the USB connector. But NOT with the provided platformio.ini

vabatta commented 1 year ago

Ok thanks. I'm figuring out how to make it work. https://github.com/platformio/platform-espressif32/issues/1126