Search found 9 matches

by Time-is-life
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: 9790

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 ...
by Time-is-life
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: 9790

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 ...
by Time-is-life
Tue Feb 08, 2022 3:33 am
Forum: IDEs for ESP-IDF
Topic: Esp-prog doesn't want to work anymore
Replies: 3
Views: 8871

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
by Time-is-life
Tue Feb 01, 2022 4:03 am
Forum: IDEs for ESP-IDF
Topic: VSCode ESP-IDF Flash and Ram Size
Replies: 4
Views: 8561

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
2022_01_31_build.jpg
2022_01_31_build.jpg (99.42 KiB) Viewed 6925 times
by Time-is-life
Tue Feb 01, 2022 3:48 am
Forum: IDEs for ESP-IDF
Topic: ESP-PROG Flash stalls using JTAG
Replies: 2
Views: 3868

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?
by Time-is-life
Fri Jan 28, 2022 4:21 am
Forum: IDEs for ESP-IDF
Topic: ESP-PROG Flash stalls using JTAG
Replies: 2
Views: 3868

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...