错误日志中的rst:0x10 (rtcwdt_rtc_reset)表示复位原因是RTC看门狗定时器超时。RTC看门狗定时器是一种硬件机制,用于在设备未在规定时间内被“喂狗”(即重置看门狗计数器)时复位设备,以防止设备进入死循环或锁定状态。 boot:0xb (hspi_flash_boot)表示设备使用了HSPI Flash启动模式。HSPI(高速SPI)是SPI(串行外设...
串口改为 的GPIO14/15后正常。 转:ESP32处于无限重启状态,串口消息rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)-CSDN博客
(RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x...
voidsetup() { Serial.begin(115200); } voidloop() { Serial.println("Hello");delay(1000); } Just for testing, and i have this error : Code:Select all rst:0x10(RTCWDT_RTC_RESET),boot:0x13(SPI_FAST_FLASH_BOOT)flashreaderr,1000ets_main.c371etsJun82016 00:22:57 ...
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2) 11:10 \ 1 post • Page1of1 Return to “General Discussion” Jump to Who is online Users browsing this forum:Baidu [Spider],meta-externalagent,Semrush [Bot]and 2 guests...
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 bootloader. ...
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 This is a board I haven't been using for almost a year, and seems like I'm no longer able to reflash it... Any other experiencing same issue, could it be related to hardware issue...
板子是esp32-wroom,烧写后一直提示 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT...
HHH-01closed this ascompletedDec 26, 2018 chandanpalaimentioned this issueAug 21, 2020 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)#4278 Closed Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment...
PostbyFurukawa»Wed Feb 14, 2024 6:21 am Module : ESP32-WROOM-32E-N16 It works as usual immediately after the program is written. However, in rare cases, a reboot occurs as follows. rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ...