This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Timer Example Issue

I'm building a new application based on the no softdevice template example. I pulled in the code from the UART BLE example to redirect printf to the serial interface and that works. Next I wanted to add a timer so I copied the timer example but the timing off the interrupt was completely off.

At long last I discovered that the template example has Timer 0, 1, 2 all enabled while the Timer example only has timer 0 enabled. By disabling timer 1 and 2 my application started working. Can someone explain why disabling those two timers caused the application to start working again?

Related