XIAO BLE Sense in deep sleep mode

No, you are getting confused. We are talking about the external flash chip that is on board the XIAO not the internal flash on the nrf that your code is written to.

If you dont need the external flash chip disable it like I showed. Then just use delay, the nrf core automatically turns off most things not in use. If you really care about low power you need to get a power profiler to test with.

1 Like