Thanks max! Guilty as charged…I didn’t know I needed an external debug tool for my board. My board only has a single usb connection. It is the lolin esp32-C3 pico.
The docs you referenced say:
" Only an USB cable connected to the D+/D- pins is necessary. The necessary connections are shown in the following section.
ESP32-C3 pins and USB signals
|GPIO18|D-|
|GPIO19|D+|
|5V|V_BUS|
|GND|Ground|
Please verify that the ESP32-C3 pins used for USB communication are not connected to some other HW that may disturb the JTAG operation."
So does that mean if I use a breakout cable to these pins and connect them via usb to my pc, then in theory it should work? (assuming I look into some of the driver concerns). Also, when I do this should I have my boards usb connected as well as the breakout?
Thanks…you really helped out!
Fish