That launch.json file also was not correct
Instead, I deleted it. then hit CTRL SHIFT P, and entered "ESP-IDF: Add vscode Configuration Folder"
That created a new launch.json file
And now the debugger seems to be running
Now to figure out how to use it
Search found 36 matches
- Tue Mar 11, 2025 7:52 pm
- Forum: ESP-IDF
- Topic: ESP32 built in USB-to-JTAG debugger - SOLVED
- Replies: 4
- Views: 928
- Tue Mar 11, 2025 7:36 pm
- Forum: ESP-IDF
- Topic: ESP32 built in USB-to-JTAG debugger - SOLVED
- Replies: 4
- Views: 928
Re: ESP32 built in USB-to-JTAG debugger - HELP
It was the driver.
The 2021 driver can be found here
https://dl.espressif.com/dl/idf-driver/ ... -07-15.zip
While the OpenOCD Server is now running, it is reporting errors. More debug required
The 2021 driver can be found here
https://dl.espressif.com/dl/idf-driver/ ... -07-15.zip
While the OpenOCD Server is now running, it is reporting errors. More debug required
- Tue Mar 11, 2025 6:40 pm
- Forum: ESP-IDF
- Topic: ESP32 built in USB-to-JTAG debugger - SOLVED
- Replies: 4
- Views: 928
Re: ESP32 built in USB-to-JTAG debugger - HELP
There are two ESP32 efuses which can disable the USB/JTAG interface, both are set to not disable the function:
Is this a driver issue? Notice the age of this driver, 19 years old....can this be the right driver?
Is this a driver issue? Notice the age of this driver, 19 years old....can this be the right driver?
- Tue Mar 11, 2025 5:44 pm
- Forum: ESP-IDF
- Topic: Toolchain 5.3 compilation error
- Replies: 2
- Views: 651
Re: Toolchain 5.3 compilation error
Have you tried cleaning out any vestigial build files
Delete the build folder and any components which may be suspect. All will be rebuilt at build time
So many dependencies, its a wonder that anything can be made to work
Delete the build folder and any components which may be suspect. All will be rebuilt at build time
So many dependencies, its a wonder that anything can be made to work
- Tue Mar 11, 2025 6:50 am
- Forum: ESP-IDF
- Topic: ESP32 built in USB-to-JTAG debugger - SOLVED
- Replies: 4
- Views: 928
Re: ESP32 built in USB-to-JTAG debugger - HELP
This is the menuconfig JTAG settings
- Tue Mar 11, 2025 6:38 am
- Forum: ESP-IDF
- Topic: ESP32 built in USB-to-JTAG debugger - SOLVED
- Replies: 4
- Views: 928
ESP32 built in USB-to-JTAG debugger - SOLVED
Trying to get the builtin USB-to-JTAG debugger running using ESP-IDE in VSC and running OpenOCD.
The USB driver appears to be running:
DeviceManager ESP32 USB-to-JTAG.png
When attempting to start the OpenOCD Server:
OpenOCD fail.jpg
I have searched and searched an can't find a solution.
I ...
The USB driver appears to be running:
DeviceManager ESP32 USB-to-JTAG.png
When attempting to start the OpenOCD Server:
OpenOCD fail.jpg
I have searched and searched an can't find a solution.
I ...
- Mon Mar 10, 2025 8:11 pm
- Forum: General Discussion
- Topic: ESP32-C6 DEVKITC-1 V1.2 issue OpenOCD is not running
- Replies: 2
- Views: 10696
Re: ESP32-C6 DEVKITC-1 V1.2 issue OpenOCD is not running
I believe this is because you have selected JTAG, when you should select UART in ESP-IDF/VSC.
- Mon Mar 10, 2025 8:02 pm
- Forum: ESP-IDF
- Topic: ESP-IDF in VSCode and OpenOCD
- Replies: 6
- Views: 12692
Re: ESP-IDF in VSCode and OpenOCD
Did you get the JTAG OpenOCD debugger working?
What instructions in your original post are your referring to?
All my attempts have failed and typically result in the console output stops.
The board I'm using is the ESP32-S3-LCD-EV and it has two ports, one is USB the other is USB to a UART ...
What instructions in your original post are your referring to?
All my attempts have failed and typically result in the console output stops.
The board I'm using is the ESP32-S3-LCD-EV and it has two ports, one is USB the other is USB to a UART ...
- Wed Feb 26, 2025 3:13 am
- Forum: ESP-IDF
- Topic: LCD buffering insight ?
- Replies: 1
- Views: 527
LCD buffering insight ?
Has anyone invested the time to quantify or determine the best/fastest display buffering scheme and settings to use? :?:
I'm using the ESP32-S3 and a 800x480 display, and it fairly slow. No tearing, but very low frame rate. Content is generated from LVGL
I have tuned it according to espressif's ...
I'm using the ESP32-S3 and a 800x480 display, and it fairly slow. No tearing, but very low frame rate. Content is generated from LVGL
I have tuned it according to espressif's ...
- Sat Feb 22, 2025 1:22 am
- Forum: ESP-IDF
- Topic: Memory Useage Summary?
- Replies: 5
- Views: 1662
Re: Memory Useage Summary?
In Menuconfig, its set to 16MB.