# JTAG-S3-USB ```{index} single: JTAG-S3-USB ``` [https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/index.html](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/index.html) openocd --version ![](https://user-images.githubusercontent.com/69573151/203045056-0c215f49-db0d-4015-a5c4-3ee519a8e02f.png) openocd -f board/esp32s3-builtin.cfg --> scheint richtig openocd -f board/esp32s3-bridge.cfg --> scheint falsch ![](https://user-images.githubusercontent.com/69573151/203045142-a7128ca7-d41a-45e5-8d12-f585134d4ae2.png) ![](https://user-images.githubusercontent.com/69573151/203052516-605e5f29-2267-47cb-a2b4-686fec7d6983.png) ![](https://user-images.githubusercontent.com/69573151/203050292-1710c660-14cf-44aa-9ada-a7983bdb8654.png) ![](https://user-images.githubusercontent.com/69573151/203045621-d08ba43d-fca0-4416-8fe8-b55c00724ff2.png) ![](https://user-images.githubusercontent.com/69573151/203046659-9083d6ed-055f-43fa-8976-bc81bbed79de.png) ![](https://user-images.githubusercontent.com/69573151/203046810-44c4c2d4-237c-462c-9430-acbdf775b092.png) ![](https://user-images.githubusercontent.com/69573151/203046882-e9b0c9d0-0f04-461c-bd2d-20bd0f862466.png) dann läuft es nicht, es muss folgende Einstellung geändert werden: ![](https://user-images.githubusercontent.com/69573151/203047161-4cc44700-bf47-4987-befd-a3b6d3c98a4b.png) ESP32-S3 chip (via ESP USB Bridge) ![](https://user-images.githubusercontent.com/69573151/203047309-0cb01fdf-270d-466b-9cfa-3ff82b325a6b.png) und dann noch "bridge" durch "builtin" ändern: ![](https://user-images.githubusercontent.com/69573151/203058388-88408581-1401-43c3-ac09-96d061564d6e.png) geht: ![](https://user-images.githubusercontent.com/69573151/203058167-a2a946c8-6f37-4790-9454-3d53103c5747.png) Auch hier kann die Console parallel zum Debugging laufen,  über ein USB Kabel,  cool: ![](https://user-images.githubusercontent.com/69573151/203058974-0fcced32-d085-4ce4-b46d-c84454d7e320.png)