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

Two timers on RTC1 using app_timer

Hi, I would like to use RTC1-> cc[1] using app_timer drivers. How to do this? Examples show only the usage of RTC1->cc[0]. RTC1->cc[0] has been used by ble_conn_params.c and RTC1 is turned off during disconnection in ble_conn_params.c. I want to use RTC1->cc[1] without stopping RTC1 : meaning RTC1 should be running forever to me. (I also need to use ble_conn_params.c). How to do this?

Parents Reply Children
No Data
Related