ESP32 Cam Spamming SPI_FLASH_BOOT in Serial Monitor

hello im currently having a problem in my esp32 cam ai thinker i always get these spammed in my serial monitor

rst:0x3 (SW_RESET),boot:0x1b (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:1344 
load:0x40078000,len:13964 
load:0x40080400,len:3600 
entry 0x400805f0 
ets Jul 29 2019 12:21:46 

how can i fix this i tried to press the reset button it doesnt remove the message i cannot upload a new program because of this please help me

I tried pressing the reset button and tried to upload a new sketch and timing my reset on connecting but still does not remove the spamming

  • If this is repeating over and over, then you’re getting multiple resets. Are you holding the reset button? Are you sure your reset signal releases?

    – 

  • it constantly do that even not pressing the reset button it happened after i reset my code to upload a new one

    – 

  • Then your code must be causing an exception. Are you able to see any debug output?

    – 

  • it just spamming my serial monitor with that message and when i try to upload a new sketch into my esp32 cam i got this error message A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x1b)! The chip needs to be in download mode. For troubleshooting steps visit: docs.espressif.com/projects/esptool/en/latest/… Failed uploading: uploading error: exit status 2 even tho im already in download mode

    – 

  • How are you putting it into download mode? There’s usually a separate button to hold while you reset. If you’re relying on the serial port lines, those are often implemented incorrectly.

    – 

Leave a Comment