Search found 3 matches
- Wed Jul 12, 2023 9:49 am
- Forum: ESP-IDF
- Topic: idf.py not recognized
- Replies: 17
- Views: 27246
Re: idf.py not recognized
Hi Jorgen, I have the same problem, i.e. idf.py does not run in the powershell terminal which is opened by clicking Teminal and then New Terminal. However I get round this by opening an ESP-IDF terminal, this can be done by pressing ctrl E, releasing and then pressing t, or by pressing F1 to bring u...
- Tue Oct 19, 2021 2:00 pm
- Forum: ESP-IDF
- Topic: ESP32-C3-DEVKITM-1 continously resetting
- Replies: 6
- Views: 7802
Re: ESP32-C3-DEVKITM-1 continously resetting
Ok sorted out why this was happening, use dio for the flash by putting the following into the .ini file: board_build.flash_mode = dio it looks like qio is the default as this line must be in otherwise the boot loop occurs.
- Mon Sep 27, 2021 1:56 pm
- Forum: ESP-IDF
- Topic: ESP32-C3-DEVKITM-1 continously resetting
- Replies: 6
- Views: 7802
ESP32-C3-DEVKITM-1 continously resetting
Hi, I have a ESP32-C3-DEVKITM-1 and use PlatformIO running on Visual Studio Code, I am using the ESP-IDF framework. The devkit successfully programs but when running continuously resets with the following messages: rst:0x7 (TG0WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x40049a42 SPIWP:0xe...