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

how to enter "power down" mode in nrf52832

Hello,

I was using the nrf24LE1 where i used hal_nrf_set_power_mode() to set the radios' power down mode. Options are power-up and power-down. This is when i was using the HAL_NRF library.

Now I am migrating functionality to the nrf52832 in ESB mode (not using soft device) and I want to perform the same power down function. What function do I use?

Also, is there a way to correlate the functions in HAL_NRF to NRF_ESB when migrating

Related