Search found 4 matches

by vpascucci
Fri Apr 26, 2024 10:01 pm
Forum: ESP-IDF
Topic: Using SDMMC in custom bootloader (ESP32-WROOM)
Replies: 0
Views: 63

Using SDMMC in custom bootloader (ESP32-WROOM)

Hello, I should preface that what I intend to do might not be the easiest way to achieve my goal, so if you have better ideas feel free to chime in. I have a custom board based on an ESP32-WROOM module. I was thinking of a really cheap way to update the firmware and I thought about using an sd-card ...
by vpascucci
Fri Apr 09, 2021 9:19 am
Forum: IDEs for ESP-IDF
Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
Replies: 12
Views: 12252

Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work

Ok I found something, reverting to version 0.6.1 of the esp-idf extension at least allows me to properly start a debug, I can step through the code and set breakpoints, however when I jump through the last breakpoint I can never pause the application again, thus I cannot set new breakpoints
by vpascucci
Fri Apr 09, 2021 8:45 am
Forum: IDEs for ESP-IDF
Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
Replies: 12
Views: 12252

Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work

I have the exact same issue that you are experiencing at this moment, debugger stuck and application actually running and being monitored. I hope somebody can help
by vpascucci
Fri Apr 09, 2021 6:43 am
Forum: IDEs for ESP-IDF
Topic: VS Code Blink Debug Problems
Replies: 1
Views: 3200

VS Code Blink Debug Problems

Hello everyone, I am using VS Code and trying to follow this guide: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/debugging.md in order to debug the blink example. I am using an ESP32-WROOM board, and as a JTAG debugger I am using a digilent-hs2. Building, flashing ...