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.