Page 1 of 1

ESP32 DevKitC Doesn't Boot Program

Posted: Tue Feb 26, 2019 2:26 am
by PICYourBrain
Hi,

I have two circuit boards that I've build which use the ESP32DevKitC. For some reason, one of them boots my program immediately when I power it up but the other doesn't. I can flash both of them via USB without any problem and after flashing the program will start on both. Also, "make monitor" will cause the program to start on both. For the one that doesn't automatically start, if I press the 'EN' button on the board it then starts.

For the one that doesn't start automatically, if I run "make monitor" when it starts I see this printed to the console:
rst:0x1 (POWERON_RESET),boot:0x17 (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
Is there anything in there that might explain this behavior?

I did notice that the board that starts immediately has a ESP32-WROOM-32D chip on it and the other one has an ESP-WROOM-32. Could that account for the difference in behavior?

Re: ESP32 DevKitC Doesn't Boot Program

Posted: Tue Mar 05, 2019 2:38 am
by ESP_Stone
Hey, you can check link https://docs.espressif.com/projects/esp ... vkitc.html to see "Note on C15" to confirm if C15 exists? If yes, please remove it.

Re: ESP32 DevKitC Doesn't Boot Program

Posted: Fri Mar 08, 2019 5:11 pm
by PICYourBrain
That seems to have done it! Thanks so much for the response. Cheers!