Search found 4 matches
- Wed Jun 17, 2026 6:00 am
- Forum: ESP-BOX
- Topic: PMOD Connectors bkicked on DOCK
- Replies: 1
- Views: 18
Re: PMOD Connectors bkicked on DOCK
My typo in the header - Connectors are blocked on DOCK
- Wed Jun 17, 2026 5:22 am
- Forum: ESP-BOX
- Topic: PMOD Connectors bkicked on DOCK
- Replies: 1
- Views: 18
PMOD Connectors bkicked on DOCK
I am trying to use the PMOD connector on the DOCK. I noticed that the direction is flipped from standard PMOD, which has VCC on the left. MY issue is that some of the pins seem to be blocked. On the BRACKET, I have no problem using a PMOD extension cable, but on the DOCK, some of the pins G43, g44 ...
- Wed Jan 22, 2025 6:27 pm
- Forum: General Discussion
- Topic: esp32c6 jtag usb lost when using uart usb as com port
- Replies: 1
- Views: 1832
Re: esp32c6 jtag usb lost when using uart usb as com port
Did you find a resolution to this? I am having the same problem.
- Wed Apr 03, 2024 11:08 am
- Forum: IDEs for ESP-IDF
- Topic: Multiple .S files
- Replies: 0
- Views: 4405
Multiple .S files
I have multiple .S files that are called from main.c I compile with idf.py build. When I run gdb, I can set a breakpoint successfully on a function in the first .S file. However, if I try to set a breakpoint on any other .S file, gdb cannot find the source code. I try to set the breakpoint as soon ...