Hi,
I am using F28377D, I wrote a drive which can start, stop and enable interrupt for CPUTimer1.
But when i try to disable interrupt of timer1 (INT13) it is not being disabled.
I do:
IER &= (~M_INT13);
In the watch window i can see that the relevant bit in IER register is being cleared, but afterwards it is being set again.
Any clue? maybe example code for disabling CpuTimer1 or 2?
Thanks.