Other Parts Discussed in Thread: CC2652P
Tool/software: Code Composer Studio
Hi,
I use SimpleLink SDK v4.20, CC2652P, CCS v10.1.
This is my clock config.
This clock's tick period is 10us, and it works fine on TI-RTOS.
The clock is 32bit, so when the timer counts full from 0, it takes 0xFFFFFFFF * 10us, this is about 12 hours. After the timer goes to 0xFFFFFFFF, then it goes to 0.
My application software need to know when the timer overflows to 0 from 0xFFFFFFFF, and I can not find this "overflow callback".
So my question is how to know when the timer overflows?


