Question
Non interrupt driven ms timer
Posted on July 03, 2012 at 09:43
Hi,
I'm currently trying to implement a non interrupt driven millisecond timer. I have alot of other interrupts and functions, which i do not want to interrupt to increment a timer value. Also, i've already implemented alot of functionality using the different clocks, which is why i do not want to change my APB prescaler.Is there any other trick I can use to implement this type of timer?Thanks!