Timer interrupt does not wake up the processor
Hello,
I am using timer 6 and generating interrupts for every 1s.
it works fine when i dont enable the sleep on exit feature.
but if i enable sleep on exit feature, after the first timer interrupt , processor goes to sleep and the next timer interrupt unable to wake up the processor. the timer isr doesnt run. Please help