What's the meaning of the boot header lines, i.e. CONFIGSIP and SPIWP ?
Posted: Mon Jun 11, 2018 5:56 am
On different ESP32 boards with same application code i see different boot messages when powering up the device:
What's the meaning of these messages, i.e. "configsip" and "SPIWP"?
Is there any documentation on those?
Code: Select all
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
rst:0x1 (POWERON_RESET),boot:0x33 (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
Is there any documentation on those?