Custom PCB startup problem
Posted: Mon Jul 25, 2022 5:05 pm
I am facing startup problem with my custom board. If the supply voltage is more than 3.3V then the board always boot in download mode and I get following lines in terminal:
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
If the supply voltage is 3.3v than the board will boot in normal mode and the message in terminal is:
rst:0x1 (POWERON_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:2
I am following ESP32_DevKitC_SCH_20180607A for my custom board.
I want the board to boot in normal mode till I keep pressing button which connects IO_0 to GND.
I am using ESP32EU module on my board
rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
If the supply voltage is 3.3v than the board will boot in normal mode and the message in terminal is:
rst:0x1 (POWERON_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:2
I am following ESP32_DevKitC_SCH_20180607A for my custom board.
I want the board to boot in normal mode till I keep pressing button which connects IO_0 to GND.
I am using ESP32EU module on my board