Hi All,
I'm using vision SDK 2.12.3 and TDA2EX hardware . I want to configure GP Timer2 as 1ms timer without interrupt .20Mhz system clock is used for time tick.
I have configured the timer in auto reload mode , emulation free mode and with initial count as 0xFFFFB1DFU and reload count value as 0xFFFFB1DFU .
When I'm debugging it in CCS 7.1.0.00016 timer is starting when the ST bit of TCLR timer is made equals to 1 but timer is not incrementing periodically(sometimes incrementing sometimes decrementing) and it’s not able to attained 0xFFFFFFFF value.
Please help me in resolving this issue.