Hello,
My application is the ble_app_uart example of SDK 15.3 extended, and using S112. I'd like to use constant latency mode. Given the app uses S112 for BLE, should I call:
sd_power_mode_set(NRF_POWER_MODE_CONSTLAT);
instead of:
NRF_POWER->TASKS_CONSTLAT = 1;
Also, at what point should I turn constant latency on? After all initialization (ble_stack_init(), gap_params_init(), gatt_init(), services_init(), etc.)?
Thank you,
Tim