I use msp430f5529 use rtc_a to get delay, but i have trouble, the Below program operation RTCNT1 is bigger than before, but RTCNT2 not change(actually Overflow should be increased by 1).
this is rtc_A init, and i use rtc to a counter is used to capture level changes.
My current thinking
-
RtCNTt2 count accuracy is not enough, need to interrupt to add value to it.
please give me suggest.