I haven't used any adapter yet. I am using ESP32-DEVKITC-32UE with USB cable only.
Do I need to use the ESP-PROG for Eclipse debugging? Can you provide more instructions on this?
Thanks you.
Search found 5 matches
- Mon Aug 09, 2021 4:02 pm
- Forum: ESP-IDF
- Topic: ESP32 Debugging with Eclipse
- Replies: 3
- Views: 3465
- Mon Aug 09, 2021 5:35 am
- Forum: ESP-IDF
- Topic: ESP32 Debugging with Eclipse
- Replies: 3
- Views: 3465
ESP32 Debugging with Eclipse
Hi, I am using Eclipse and trying the debugging feature. I follows the tutorial from here: https://www.youtube.com/watch?v=CbPX3q7LeBc I followed the tutorial to use ESP-IDF GDB OpenOCD Debugging under Debug Configuration (Screenshot attached). However, in the "Config options" we need to specify the...
- Mon Jul 05, 2021 6:28 pm
- Forum: IDEs for ESP-IDF
- Topic: VS Code Example Project
- Replies: 1
- Views: 3524
VS Code Example Project
Hi, I am using VS Code Espressif extension and I am trying to find some example projects including: UART, SPI, I2C, Wi-Fi access point, etc. I am not able to find them under ESP-IDF Examples. Where can I find more examples? Also I tried PlatformIO extension in VS Code, but the Espressif IoT framewor...
- Mon Jul 05, 2021 5:17 pm
- Forum: IDEs for ESP-IDF
- Topic: Could not flash after flashing successfully the first time in VS Code
- Replies: 3
- Views: 10890
Re: Could not flash after flashing successfully the first time in VS Code
Seems that the serial port is not accessible for the user, maybe another application is using it ? Make sure ESP-IDF monitor is not running and you closed the terminal from previous flash task. That solves the problem, thank you! Another question is when I tried to use JTAG to flash my ESP32-WROOM-...
- Mon Jul 05, 2021 1:12 am
- Forum: IDEs for ESP-IDF
- Topic: Could not flash after flashing successfully the first time in VS Code
- Replies: 3
- Views: 10890
Could not flash after flashing successfully the first time in VS Code
Hi, I was trying the blink example project with the Youtube video about the Espressif extensions using VS Code. I was able to build the project, selected the com port then flash with UART. However, then second time I followed the exact same sequence, I got error saying "Failed to flash because of so...