Open Sotung96 opened 1 year ago
I encountered the same error and it was due to the fact that I hadn't selected the right target in the bottom bar of the VSCode environment (right next to the selected COM port). The default setting was esp32, but you need to be more precise. Maybe it's the same problem.
Answers checklist.
General issue report
Hi all, I try to use JTAG Debug on ESP32-S3 but it fails. I got some Error on it. I try to google it and follow to fix it but it's still not working. I have use
USB Device Tools
orZadig
to installlibusb
to the com port. I checked the PID & VID is correct in Device Manager. I typeopenocd -f board/esp32s3-builtin.cfg
in VS Code Terminal and it is success to open. Do anyone can help me. Thanks.