Search found 1 match
- Fri Aug 04, 2023 10:41 pm
- Forum: General Discussion
- Topic: Encountering error: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- Replies: 6
- Views: 30874
Re: Encountering error: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
try: idf.py build and run 'idf.py -p (PORT) flash' This "rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)" problem usually occurs when you use "idf.py -p (PORT) erase-flash" and then try to burn using " idf.py -p (PORT) app-flash" . To fix this problem use "idf.py build" to build the boot...