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

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -