This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634: stop any timer from multiple timer

Part Number: AM2634

Tool/software:

Dear Team,

I'm using two timers for different time (one fro 1ms and second for 5ms) and i want to stop one timer after some time,

for that  RTI_counterDisable(CONFIG_RTI0_BASE_ADDR, RTI_TMR_CNT_BLK_INDEX_0);  used,

but the problem is if  RTI_TMR_CNT_BLK_INDEX_0 is passed both the timers are STOP, and if RTI_TMR_CNT_BLK_INDEX_1 is passed none of the timer STOP,

So please let me know what wrong with timers.  

RTI0 enabled

RTI1 enabled