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

Avoid SDK modules who need app timers

Hello,

I'm developing an application that will run on a board without externel oscillator for RTC1 and it means no app timers support. I started from ANCS example and I see that it uses following modules that needs app timers :

  • BSP for buttons and leds;
  • BLE conn params;
  • scheduler;

What's the suggested why to have above features but without app timers ? Is the scheduler needed ?

Thanks, Paolo

Related