Hi
Quick question
I need to get a timer interrupt every X time to start the ADC conversion. Then receive the interrupt from ADC, get data, and start counting again. Since I have other timer interrupts there, I cannot reset the counter. So here is the question
If I use rtiDisableNotification this will stop the compare from occurring right? So if I need to start the count for THAT compare after getting all the data from ADC, can I do it with rtiEnableNoritifation?
I explain myself. Does rtiEnableNoritifation sets the compare value every time I call it??
thanks!