Hello,
I currently have TIMER0 set up as a 32-bit one-shot timer, which triggers interrupts on timeout. My question is, what is the best way to reset the timer before a timeout event? I'm not sure whether TimerEnable() and TimerDisable() will do the trick, or should I use TimerLoadSet()? Also, how should the timer be reset after a timeout event? Does TimerLoadSet() need to be used every time, or only once to configure the timer?
Regards,
Ksawery