Search found 15 matches

by Marius28
Fri Nov 03, 2023 3:54 pm
Forum: ESP-IDF
Topic: ESP32-C6 interactive webpage
Replies: 1
Views: 1825

ESP32-C6 interactive webpage

Hello all, i'm searching for an example or better a tutorial about an interactive webpage that is displayed via my wifi access point. My wifi access point and the http server is already running on my ESP32-C6. I have an index.html, some other .html files and .css files onto the mcu doing it with spi...
by Marius28
Wed Nov 01, 2023 10:18 am
Forum: Hardware
Topic: ESP32-C6-WROOM Segger J-Link Connection
Replies: 5
Views: 2619

Re: ESP32-C6-WROOM Segger J-Link Connection

Got it running after a full reinstallation of ESP-IDF plus driver... To get the debugger working i need to add some code files to my .vscode folder. I oriented myself at the following video series https://www.youtube.com/@YuriR/videos Here are my code files for .vscode folder. launch.json { "version...
by Marius28
Mon Oct 30, 2023 10:12 am
Forum: Hardware
Topic: ESP32-C6-WROOM Segger J-Link Connection
Replies: 5
Views: 2619

Re: ESP32-C6-WROOM Segger J-Link Connection

That is one of the options. The other one is to put the ESP32C3 in download mode, connect via UART0, and blow the eFuse that connects the internal JTAG to the GPIO JTAG pins instead. Work's fine via the internal USB / JTAG controller. You mean the eFuse 3: EFUSE_JTAG_SEL_ENABLE of the ESP32-C6 and ...
by Marius28
Sun Oct 29, 2023 12:55 pm
Forum: Hardware
Topic: ESP32-C6-WROOM Segger J-Link Connection
Replies: 5
Views: 2619

Re: ESP32-C6-WROOM Segger J-Link Connection

ESP_Sprite wrote:
Sun Oct 29, 2023 12:28 am
The C6 by default indeed has JTAG connected to the internal USB-JTAG-serial port
So i need to connect via a usb cable and the D- / D+ / GND pins of the ESP32-C6 to debug via openocd?
by Marius28
Sat Oct 28, 2023 4:33 pm
Forum: Hardware
Topic: ESP32-C6-WROOM Segger J-Link Connection
Replies: 5
Views: 2619

ESP32-C6-WROOM Segger J-Link Connection

Hello all, hopefully somebody can help me out because im struggling with the JTAG connection between my Segger J-Link and the ESP32-C6-WROOM on my pcb. I connect the 4 JTAG GPIO 4-7 plus GND and 3V3 to my J-Link device. But if i start openocd via openocd -f board/esp32c6builtin.cfg i get the error E...