Posted on November 30, 2012 at 21:26In the M3 Cortex processor world how do I suspend and resume servicing a pending timer interrupt request? In the 8051 world, when the timer overflow the interrupt request flag(TF) is set. If I don't want the tim...