Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem with Timer Interrupt and SoftDevice

Hello,

I have troubles with the timer interrupt. The code work fine until the timer hit the compare value and then stop. 

This is my function for the timer init:

Here is the handler function:

In the main function, i have a rudimentary loop to blink another led

The led 0 blink during approx. 1s and then remains off and the led 1 never turn on.

I'm using the SDK 15.3.0 59ac345 on a nRF52832 on a custom board and developping with ECLIPSE/GCC.