Hello,
in my application i use a bootloader for S310 and S310 V2.1.0.
The Bootloader is configured to use NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION and the application use NRF_CLOCK_LFCLKSRC_XTAL_20_PPM. I could now observe the following behavior:
- I programm a application with DFU --> Application starts --> Current consumption < 100 uA
- Start Bootloader from application --> wait 2 min (do nocthing) --> Application starts --> Current consumption < 100 uA
- Power on cycle --> Application starts --> Current consumption > 1 mA
If i change the LFCLKSRC from the booloader to NRF_CLOCK_LFCLKSRC_XTAL_20_PPM and do a power on cycle the current consumption is < 100 uA, as expected.
Can't i use different LFCLKSRC?