This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

System Off

Hi,

Can you please tell me how can I put the nRF51822 in System Off mode?

Thank you.

Edit: Format

Parents
  • When using a SoftDevice, ALWAYS use the sd_power_system_off. When the SoftDevice is running, it takes control over numerous interfaces including the internal Flash read and write. If you were using this module, I can imagine a situation where the Flash write is pending or even running and you will put the system into power off directly which may lead to Flash corruption. Using the preprogrammed "sd_" function takes care over all those issues to ensure safe system off.

Reply
  • When using a SoftDevice, ALWAYS use the sd_power_system_off. When the SoftDevice is running, it takes control over numerous interfaces including the internal Flash read and write. If you were using this module, I can imagine a situation where the Flash write is pending or even running and you will put the system into power off directly which may lead to Flash corruption. Using the preprogrammed "sd_" function takes care over all those issues to ensure safe system off.

Children
No Data
Related