Xinyuan-LilyGO / LilyGo-Camera-Series

🔰 Compatible with all TTGO camera products
MIT License
154 stars 54 forks source link

JTAG Debugging #2

Closed nest-don closed 2 years ago

nest-don commented 2 years ago

Hello,

Is it possible to debug TTGO T-Camera Plus ESP32-DOWDQ6 using ESP-Prog? If so how would you connect the JTAG pins to the board?

Thanks

lbuque commented 2 years ago

All io has been used, jtag cannot be used.

Jason2866 commented 1 year ago

@nest-don @liangyingy The answer is wrong. You can use the inbuilt jtag interface via the usb-c connector. No additional hardware needed. https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/index.html#jtag-debugging-selecting-jtag-adapter

nest-don commented 1 year ago

I think the inbuilt jtag is only available in the new ESP32-C3.

Jason2866 commented 1 year ago

No, S3 has inbuilt jtag too. I use it ;-)

nest-don commented 1 year ago

So the question relates to this product -> http://www.lilygo.cn/prod_view.aspx?TypeId=50067&Id=1272&FId=t3:50067:3

Which pins would you use here to debug with JTAG?

Jason2866 commented 1 year ago

@nest-don Ahh, sorry it is only a ESP32 with that device, i had the one with the ESP32-S3 in mind. So the answer is indeed not possible!