I have an existing Firmware (build on Crossworks) that has correct "floor" power consumption (< 10 uA during sd_app_evt_wait() on my setup).
I migrate my code to rune with SDK15 (mainly changed SoftDevice API) and after that, I have a constant current consumption of about 2.9 mA !
Note that after SYSTEMOFF, I can correctly be < 1 uA.
So apparently I missed something during my porting and it seems that a resource is constantly alive. But I cannot figure out what it is.
Any hint to debug such issues ? Any register to check and see which resources are activated ?
Any suggestion or link to similar issue is welcome to help me to progress on this issue.