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

How stop nrf_cal_set_callback(calendar_updated, test_Interval); fun.

Hello,

We are using nRF52840 with SES sdk 15.0 version. My other thread is here in that got problem with nrf_cal_set_callback(calendar_updated, test_Interval); this function callback as per interval but i want stop this callback how i can do this. Will you please tell me in details how work this nrf_cal_set_callback function.

One another issue is in uart_event_handler() if i call sleep_mode_enter(); in uart_event_handler is any problem because when sleep mode enter program is not work and also not show any error. uart_event_handler is callback function how i know all callback is done so then i will call sleep mode enter function.

Thanks in advanced...

Related