Search found 1 match
- Mon Feb 20, 2023 7:36 am
- Forum: ESP32 Arduino
- Topic: ERROR: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- Replies: 3
- Views: 18451
Re: ERROR: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
I'd suggest to first remove all connections and try to run. If this runs, check whether you were using the correct pins. Erasing the flash is best done with an ESP-IDF tool available in all ESP* frameworks: `esptool.py erase_flash`. (Sometimes helpful also `esptool.py flash_id`). Thanks for the sug...