hi team,
Intial we followed this link for system on --> https://embeddedcentric.com/lesson-14-nrf5x-power-management-tutorial/
Now we are trying to enable the constant latency and low power in nrf52840 using this api (nrf_pwr_mgmt_run();)
In this nrf_pwr_mgmt_run(); function
Instead of ret_code_t ret_code = sd_app_evt_wait();
we tried ret_code_t ret_code = sd_power_mode_set(NRF_POWER_MODE_LOWPWR)
this will act as low power? can any one can please explain about this