Page 1 of 1

ESP32-S3 JTAG debugging

Posted: Wed Feb 22, 2023 2:00 pm
by Padure
Hi,
I'm trying to route the internal JTAG interface through an external uart to USB interface which connects to the U0TX and RX pins (like a CP2102). The goal is to be able to use jtag debugging using 2 pins instead of the typical 4 pins, however without using the internal USB PHY. Is this possible and if so how can I do it?

Thanks

Re: ESP32-S3 JTAG debugging

Posted: Thu Feb 23, 2023 6:48 am
by ESP_Sprite
No, sorry. Either you can use USB-serial-JTAG with an internal or possibly external USB PHY, or you can use the 'raw' four-wire JTAG bus.