I am trying to make the timer example works under the BLE blinky example. I have copy the code and enable the defines in sdk_config,from one project to the other but timer is firing at higher speeds or keeps firing. I am using SDK 15.2.0
Is this might be some conflict with BLE stack ? I have tried with different timers such Timer0, and 2. Same result.
I just noticed that I have to include the #include "nrfx_irqs.h" file in order to debug with a breakpoint in function nrfx_timer_0_irq_handler.
In the timer example it can be debugged without including that file.
Does anybody has any clue of the issue?
Many thanks,