Hi!
I'm trying to implement a low power peripheral based on the security example (I need bonding), so I'm thinking about working on putting the unit is sleep mode at variable time (depending on the situation) using a USB Development Kit.
I tried with the easy timer and RTC interrupt but both the callback functions are not invoked. Is there something that could prevent the timer to run and the RTC interrupt to fire?
Thank you.