Hi Nordic,
Hardware: custom nrf52840
sw: nRF5_SDK_15.2.0_9412b96
Target example code: blinky_rtc_freertos + led_softblink
Problem faced: I want to integrate this 2 code together and require rtc for freertos tickless idle feature but the softblink example have conflict app_timer_init() between app_timer.c and app_timer_freertos.c . I hope to get solutions on how to make the sofblink code working in rtc freertos environment.