Search found 5 matches
- Sun May 21, 2023 7:26 am
- Forum: IDEs for ESP-IDF
- Topic: Step by step debugging blink example on esp32-s3-devkitM-1 on VScode
- Replies: 1
- Views: 3942
Step by step debugging blink example on esp32-s3-devkitM-1 on VScode
Hello, I'm straggling to debug the blink example on my ESP32-S3-DevKitM-1 evaluation board using VScode. I managed to flash and erase the flash using UART but never manage to debug it using the builtin Jtag. Did any one manage to do so on VSCode? if so, can you please publish a "step by step" instru...
- Wed May 17, 2023 1:08 pm
- Forum: ESP-IDF
- Topic: Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
- Replies: 5
- Views: 5946
Re: Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
Hello ESP_Sprite, So far you have been most helpful, but unfortunately I still couldn't debug the blink example through the jtag. I have installed the WinUSB driver for the 2nd interface. I now have interface 0 as the UART connection and I'm able to flash and erase. my setting.json look like that : ...
- Tue May 16, 2023 3:02 pm
- Forum: ESP-IDF
- Topic: Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
- Replies: 5
- Views: 5946
Re: Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
Hi again, Thanks to ESP_Sprite my esp32-s3-devkitm-1 was identified by Windows 10 as "USB/Serial debug unit" When "Restoring to default driver" using "USB Driver Tool" I found the following listed in device manager: USB JTAG/serial debug unit (interface 0) (COM17) USB JTAG/serial debug unit (interfa...
- Tue May 16, 2023 7:31 am
- Forum: ESP-IDF
- Topic: Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
- Replies: 5
- Views: 5946
Re: Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
Wow!!
That was on the spot!!!
Thanks a lot!!!
I could not find such instructions anywhere
That was on the spot!!!
Thanks a lot!!!
I could not find such instructions anywhere
- Sun May 14, 2023 1:59 pm
- Forum: ESP-IDF
- Topic: Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
- Replies: 5
- Views: 5946
Using usb_jtag_debug_unit driver on esp32-s3-devkitm-1
Hello, I have received an esp32-s3-devkitm-1 board and tried flushing and debugging the blink example on it. I have followed many threads on the subject and replaced the driver in many options and almost to all available driver. But all solution could not solve it for me. Then I realized that ESP-ID...