Bonjour,
We are working on a firmware upgrade for our product based on a nRF52833.
- With the previous firmware, compiled with SDK 2.3.0, when the board was OFF, the power consumption was about 20-30µA
- We work a bit to reach SDK 3.1.0 and update ZephyrRTOS ; and add few features similar to the others we designed
- The new firmware is functionnal
- **Except** the power consumption. Now, in OFF mode, the power consumption is about 120µA
I first though we missed something when doing SDK upgrades and configuration.
- So I flashed the initial firmware for confirmation
- Surprize ! The power consumption in OFF mode still increased to 120µA
This increased power consumption survives to power ON/OFF cycle, reflashing, memory erasing.
Question : which kind of parameter, OTP register or what so ever could cause this ?
We had to add this in an overlay file ONLY for SDK 3.1.0 ; if not present, the component was not programmable anymore.
®1{ regulator-initial-mode=<NRF5X_REG_MODE_LDO>; // valeur initiale <NRF5X_REG_MODE_DCDC>};
But I suppose such setting is
Thanks for suggestions or help ! I'll dig in the docs this afternoon
Best regards,
Pascal