Hi
Can I use app_timer with APP_TIMER_CONFIG_USE_SCHEDULER set to 1 when using task manager?
Setting APP_TIMER_CONFIG_USE_SCHEDULER to 0 causes the timer to fire, but setting APP_TIMER_CONFIG_USE_SCHEDULER to 1 did not fire.
Hi
Can I use app_timer with APP_TIMER_CONFIG_USE_SCHEDULER set to 1 when using task manager?
Setting APP_TIMER_CONFIG_USE_SCHEDULER to 0 causes the timer to fire, but setting APP_TIMER_CONFIG_USE_SCHEDULER to 1 did not fire.
Hi,
The app timer module will attempt to use the app scheduler when you set APP_TIMER_CONFIG_USE_SCHEDULER to '1', but it will only work if you have initialized the app scheduler in your code. I would recommend you to go through the tutorial here to see if you may have missed a step: nRF5 SDK Scheduler Tutorial