Forum: Mikrocontroller und Digitale Elektronik ESP32 BOOT Probleme.


von David E. (david_e767)


Angehängte Dateien:

Lesenswert?

Hallo liebe Community,

habe ein Problem mit meinem ESP32 Board (ESP32 DEV Kit V4).

Habe an einem Projekt gearbeitet (Arduino IDE) und, warum auch immer, 
musste ich an den Buttons EN und Boot herumfummeln. Seitdem kann ich 
kein Projekt mehr uploaden und bekomme im Serial Monitor stets den 
Output:

***************************************************************

rst:0x3 (SW_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:1

load:0x3fff0030,len:1420

ho 0 tail 12 room 4

load:0x40078000,len:13540

load:0x40080400,len:3604

entry 0x400805f0

ets Jun 8 2016 00:22:57

*********************************************

Auch ein einfaches "Hello World" ist nicht mehr möglich. Kann mir da 
jemand weiterhelfen?

Hab im Netz was von "Flash löschen" gelesen, aber keinen Plan wie das 
funktionieren soll.

Hier noch meine Arduino Einstellungen als Anhang

Vielen Dank!

von Jan H. (jan_h74) Flattr this


Lesenswert?

The esp is not switching to the bootloader. If it does, you should see 
this in the serial monitor :
rst:0x1 (POWERON_RESET),boot:0x26 
(DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_FEO_V2))
waiting for download
Check here for more : https://www.esp32.com/viewtopic.php?t=5682

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.