Why is my timer 4 interrupt issued as soon as I enable the interrupt?
Posted on February 01, 2016 at 10:26 I want to generate an interrupt after 2 seconds and I am running at 32 MHz. However, my interrupt is issued as soon as I enable the interrupt. What am I doing wrong? void testTimer4(EventCallback_t...