Skip to content
Discussion options

You must be logged in to vote

My best guess would be that the CS pin for the LPS deck is interfering with the BOOT pin. If the boot pin is pulled high at reset the ESP32 will go into bootloader mode, this would cause the described behavior above (the GAP8 not exiting bootloader and just blinking). One way to test this would be to delay the initialization of the LPS deck driver, giving the ESP32 time to boot up. After which point you can freely use the BOOT pin for CS to the LPS deck. This could be achieved with just sleeping a bit before initializing the driver.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@BNoordam
Comment options

@knmcguire
Comment options

@BNoordam
Comment options

@evoggy
Comment options

Answer selected by BNoordam
@BNoordam
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment