Hello,
I have an app that would be beneficial to use a "scheduler" with the APP_TIMER etc...
I am using nRF52 SDK version 15.0.0.xxxxx.
Starting with the basic: start with ble_app_hrs example; it works without any issue etc...
When changing the sdk_config.h to enable APP_SCHEDULER_ENABLED to 1 and change the DISPATCH to 1; the application would crash; so presumably we must do more changes to the example code ?
Should we change the "timer handler" example into a "scheduled event" ?
Thanks.
Lee