Search found 4 matches

by RLB_Sr
Tue May 14, 2024 7:12 pm
Forum: General Discussion
Topic: esp32c6 jtag usb lost when using uart usb as com port
Replies: 0
Views: 561

esp32c6 jtag usb lost when using uart usb as com port

I am using the esp-ide v5.2.1 with Visual Studio Code (version 1.89) on a windows 10 pro (22H2) machine I have compiled examples like "hello world" and "blink" as well as several more useful examples, which seem to work fine. When I want to debug, using the built in jtag usb port, I start the openoc...
by RLB_Sr
Wed Mar 27, 2024 2:54 pm
Forum: General Discussion
Topic: Connection timed out when trying to debug.
Replies: 5
Views: 5897

Re: Connection timed out when trying to debug.

@Gardin Thanks, that was helpful.
by RLB_Sr
Wed Mar 13, 2024 11:36 pm
Forum: ESP-IDF
Topic: Installing ESP-IDF.
Replies: 11
Views: 6235

Re: Installing ESP-IDF.

@ ESP Roland: I am attempting to follow your suggestion: I'd like to point out that the official and supported way to install ESP-IDF on Windows is the Windows Installer: https://docs.espressif.com/projects/esp ... -installer" I need to install the later 5.2.1 version in order to be able to debug th...
by RLB_Sr
Tue Mar 05, 2024 9:02 pm
Forum: IDEs for ESP-IDF
Topic: Eclipse ESP-IDF python requirements are not satisfied error
Replies: 2
Views: 7007

Re: Eclipse ESP-IDF python requirements are not satisfied error

I had a similar error while trying to build the hello_world example for esp32c6. I had previously been able to compile the project from a command line by entering idf.py build (after running the other required commands: install.bat, export.bat, idf.py set-target esp32c6 ) and it compiled successfull...