boot:0x13 (spi_fast_flash_boot) 表示ESP32的启动模式。在ESP32等微控制器中,boot 字段指明了设备的启动配置。0x13 是特定的启动模式代码,而 spi_fast_flash_boot 表示设备通过SPI接口以快速模式从外部Flash启动。这是ESP32默认的启动模式之一,允许设备直接从连接的Flash存储器中加载程序并执行。 3. 提供针对 ...
void setup() { Serial.begin(115200); } void loop() { 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) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:...
板子是esp32-wroom,烧写后一直提示 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT...
57 rst:0x1 (POWERON_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...
Probably means that something when wrong when during the first stage bootloader. My guess is that your SD pins (or pull ups/downs) are conflicting with the SPI flash pins (they share the same GPIOs after all), thus why SPI flash boot has an error....
Hello, I got this error and have been searching for an answer but no luck, and not sure if this's the right place to post the question. Please delete or move it if this's not a valid location. Goal: Loading firmware to my custom board us...
ESP32 烧写microopython后 上电结果反复重启,打印如下: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57
Brownout detector was triggered ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3f...
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:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 11:08 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee rst:0x10 (RTCWDT_RTC_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/...