I have serios problems with getting the debugger started. It worked once but I have spent weeks on that issue. No that I have used zadig for other USB devices (FPGA) the ESP debugging is again not working. This whole usb jtag driver thing is a real pain...
If there would only be ONE HOW TO that ...
Search found 7 matches
- Wed Feb 19, 2025 2:06 pm
- Forum: ESP-IDF
- Topic: USB JTAG Driver
- Replies: 0
- Views: 1829
- Thu Dec 19, 2024 9:06 am
- Forum: ESP-IDF
- Topic: SPI QUAD MODE
- Replies: 1
- Views: 2361
SPI QUAD MODE
Hi,
I try for some time now to design a fast parallel data transfer with an ESP32S3-WROOM1, but it seems to be a tough nut to crack with an ESP...
I need flexible bit width of 4/8-bit to link to a FPGA. Because the number of free IO's we can use for that and due to the overall limitation in ...
I try for some time now to design a fast parallel data transfer with an ESP32S3-WROOM1, but it seems to be a tough nut to crack with an ESP...
I need flexible bit width of 4/8-bit to link to a FPGA. Because the number of free IO's we can use for that and due to the overall limitation in ...
- Wed Dec 18, 2024 11:28 am
- Forum: ESP-IDF
- Topic: Can't get quad SPI work on the slave side, ESP32-S3
- Replies: 1
- Views: 2277
Re: Can't get quad SPI work on the slave side, ESP32-S3
Hi Slinisa,
i have the same behavior, could you figure out the problem in the meantime?
best regards,
Benedikt
i have the same behavior, could you figure out the problem in the meantime?
best regards,
Benedikt
- Wed Oct 30, 2024 12:01 pm
- Forum: General Discussion
- Topic: USB-JTAG interface issue - ESP32-C3
- Replies: 2
- Views: 1175
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 ...
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: 1175
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 ...
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: 6893
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: 6893
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 ...
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 ...