Page 1 of 1

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

Posted: Wed Feb 22, 2023 12:38 pm
by superneyluj
I tried to push this code to my esp32 wrover :

Code: Select all

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:57
I already tried to flash the esp32 with factory .bin that i found on https://docs.espressif.com/projects/esp ... aries.html

And nothing is connected to GPIOs (i read alot about GPIO12)