This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

which ways should i use to enter low power consumption mode on stacks?

hi, i'm gonna make 51822 enter low power consumption mode.Meanwhile it could be wake up by "GPIOTE_IRQHandler()"

1:Now,i know that "sd_power_system_off()" can make 51822 enter low power consumption mode.however,there is a question that "reset" is the only way to wake up in this function? if i reset 51822,the program will continue or restart? it could be wake up by "GPIOTE_IRQHandler()" when it enters low power consumption mode?

2:which other function could i use to make 51822 enter low power consumption mode and could be wake up by "GPIOTE_IRQHandler()".

thank you !

Related