Search found 4 matches
- Wed Oct 30, 2024 12:01 pm
- Forum: General Discussion
- Topic: USB-JTAG interface issue - ESP32-C3
- Replies: 2
- Views: 679
Re: USB-JTAG interface issue - ESP32-C3
Hi, I have encountered similar problems in my project. What I can't explain is that, at the beginning, everything worked well. After a while, however, the OCD server could no longer connect to my ESP32S3. After some testing, I discovered that the name of the debug configuration needed to be without ...
- Wed Oct 30, 2024 11:09 am
- Forum: General Discussion
- Topic: USB-JTAG interface issue - ESP32-C3
- Replies: 2
- Views: 679
Re: USB-JTAG interface issue - ESP32-C3
Hi parthu 123, I have encountered similar problems in my project. What I can't explain is that, at the beginning, everything worked well. After a while, however, the OCD server could no longer connect to my ESP32S3. After some testing, I discovered that the name of the debug configuration needed to ...
- Wed Oct 09, 2024 1:36 pm
- Forum: IDEs for ESP-IDF
- Topic: Code/TExt search in Eclipse IDE
- Replies: 2
- Views: 1438
Re: Code/TExt search in Eclipse IDE
Thank you very much, that was exactly what I was looking for !
regards, Benedikt
regards, Benedikt
- Mon Oct 07, 2024 8:13 am
- Forum: IDEs for ESP-IDF
- Topic: Code/TExt search in Eclipse IDE
- Replies: 2
- Views: 1438
Code/TExt search in Eclipse IDE
Hello, I have to use Core1 as a stand-alone Core, without any interaction with freertos or any other stuff after it started. Therefore I dig inside the startup procedure of the cores. Unfortunately I can't tell the Eclipse IDE so search also the component folder of the ESP-IDF installation. I use Wi...