Search found 9 matches
- Thu Feb 17, 2022 5:22 am
- Forum: IDEs for ESP-IDF
- Topic: Esp-prog doesn't want to work anymore
- Replies: 3
- Views: 9083
Re: Esp-prog doesn't want to work anymore
See https://github.com/espressif/vscode-esp ... issues/623 for more info and fixes.
- Thu Feb 17, 2022 5:21 am
- Forum: IDEs for ESP-IDF
- Topic: Not able to launch GDB in IDF v4.4
- Replies: 8
- Views: 10099
Re: Not able to launch GDB in IDF v4.4
See https://github.com/espressif/vscode-esp ... issues/623 for more info and fixes.
- Thu Feb 17, 2022 5:20 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-PROG Flash stalls using JTAG
- Replies: 2
- Views: 4015
Re: ESP-PROG Flash stalls using JTAG
See https://github.com/espressif/vscode-esp ... issues/623 for more info and fixes.
- Tue Feb 08, 2022 6:07 pm
- Forum: IDEs for ESP-IDF
- Topic: Not able to launch GDB in IDF v4.4
- Replies: 8
- Views: 10099
Re: Not able to launch GDB in IDF v4.4
Schobert, I'm using ESP-IDF v4.4 with ESP-IDF VSCode Extension 1.3, and despite your nice observation of the lack of the "xtensa-esp32-elf-gdb" folder, it starts debugging fine, so that doesn't seem to be a cause. With your present setup ( ESP-IDF v4.4 with ESP-IDF VSCode Extension 1.3), does using ...
- Tue Feb 08, 2022 3:43 am
- Forum: IDEs for ESP-IDF
- Topic: Not able to launch GDB in IDF v4.4
- Replies: 8
- Views: 10099
Re: Not able to launch GDB in IDF v4.4
Are you using ESP-IDF VSCode Extension v1.3 ? (VSCode's default behavior is to automatically update.) 1. Does using F1 "ESP-IDF: Flash (with JTag)" succeed in programming the ESP32? 2. Does reverting the ESP-IDF VSCode Extension from v1.3 to v1.2, then launching the debugger, succeed? The following ...
- Tue Feb 08, 2022 3:33 am
- Forum: IDEs for ESP-IDF
- Topic: Esp-prog doesn't want to work anymore
- Replies: 3
- Views: 9083
Re: Esp-prog doesn't want to work anymore
1. Does using F1 "ESP-IDF: Flash (with JTag)" succeed in programming the ESP32?
2. Does reverting the ESP-IDF VSCode Extension from v1.3 to v1.2, then launching the debugger, succeed?
The following thread may be related.
https://www.esp32.com/viewtopic.php?f=40&t=25838#p91227
2. Does reverting the ESP-IDF VSCode Extension from v1.3 to v1.2, then launching the debugger, succeed?
The following thread may be related.
https://www.esp32.com/viewtopic.php?f=40&t=25838#p91227
- Tue Feb 01, 2022 4:03 am
- Forum: IDEs for ESP-IDF
- Topic: VSCode ESP-IDF Flash and Ram Size
- Replies: 4
- Views: 8903
Re: VSCode ESP-IDF Flash and Ram Size
Here's what the Build command in VSCode ESP-IDF extension v1.3
reports using ESP-IDF v4.4
reports using ESP-IDF v4.4
- Tue Feb 01, 2022 3:48 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-PROG Flash stalls using JTAG
- Replies: 2
- Views: 4015
Re: ESP-PROG Flash stalls using JTAG
Today I've found that using the older version (v1.2) of the ESP-IDF VSCode Extension,
instead of the latest (v1.3),
fixes this.
Has anyone else tried "ESP-IDF Flash (with JTag)" with v1.3 of the VSCode extension?
How did it work for you?
instead of the latest (v1.3),
fixes this.
Has anyone else tried "ESP-IDF Flash (with JTag)" with v1.3 of the VSCode extension?
How did it work for you?
- Fri Jan 28, 2022 4:21 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-PROG Flash stalls using JTAG
- Replies: 2
- Views: 4015
ESP-PROG Flash stalls using JTAG
Hardware: (ESP-PROG with ESP32 DEVKITV1 ((ESP-WROOM-32). This hardware I've previously verified to compile, flash and debug as guided by the popular Yuri R Youtube videos. Then I noticed that there was an the official tool (VSCode ESP-IDF extension), Quick User Guide for the ESP-IDF VS Code Extensio...