Exactly wait for a timer overflow on the MSP430 -


is there easy way wait timer overflow on msp430?

the timer overflow interrupt little late , not exact, depending on timing of executed instruction. waiting loop doesn't snap on single system cycle either.

so guess 1 schedule compare interrupt before timer overflows , cpu based wait until timer hits 0. instructions use for? possible c code only?


Comments