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

sdk17 with nrf52832 : pwr_mgmt

I want to use this routine to complete a radio project with low power consumption, but I find that the system is always shut down. Could you please tell me how to modify it so that the system can only enter the sleep state instead of shutting down the system?This way, some of my own timer - triggered functions can run.Sorry for the trouble, please kindly comment!

Parents Reply
  • To use radio, you must turn on the HFCLK clock.That if I I want to the use of ultra low power radio function, you can do it: the system clock, before initialization initialize LFCLK clock, only using radio function open HFCLK clock (need to set aside time for), using HFCLK the radio function at the same time shut down after the completion of the clock (don't have to set aside time for), then calls the power management function into low power mode.

    Please kindly give me a reply as to whether my above approach is feasible. Thank you

Children
No Data
Related