Hi... I having tough time to make the sleep function to work when timer/RTC is running in the background of nRF51822. The attached text file containing my code. After comment out the start_timer() & start_RTC() in the setup() then the sleep function is working fine as I will only can be woke up by the external internal. If either one of this function : start_timer() or start_RTC() is uncommented from the setup() then the system is not going to sleep as I got to know it by checking on the serial monitor as it's keep on printing "Hello". Kindly assist. Thanks.