Hi,
I want to reset the timer count, but periodic interrupt would be permanently disabled after calling TI1_Disable(), even after using TI1_Enable() after that.
So for ex. if a periodic 8ms interrupt is scheduled to come at 8ms,16ms ,24 ms and so on. At time 27ms I wish to reset the timer so the next interrupt comes at (27+ 8 ) 35 ms.
I am sharing the project here, most of the logic is in the file Task1.c.
Also, I am trying to find a way to share my project or send you a zipped folder but I cant find a way to do that.
Kaustubh