rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
Posted: Wed Feb 22, 2023 12:38 pm
I tried to push this code to my esp32 wrover :
Just for testing, and i have this error :
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)
Code: Select all
void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("Hello");
delay(1000);
}
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
And nothing is connected to GPIOs (i read alot about GPIO12)