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.

AM5729: Cannot use Timer_create() API multiple times with Timer_ANY as first argument

Part Number: AM5729
Other Parts Discussed in Thread: SYSBIOS,

Hello, 

I am working with the TMSIDK572x Board  (AM5729) and am trying to use 3 timers using the Timer_create() API from sysbios. I am using the Timer_create() API three times with Timer_ANY as the first argument. 

The first Timer_create() goes thru, however it fails at the second Timer_create(). 

To avoid the use of Timer_ANY, I also assigned specific timers - 3,4, and 6 as the first argument to Timer_create(). This also causes a failure. 

How do we use the Timer_create() API with user-specific choices of Hardware Timers or is there a way the API can work without failing when Timer_ANY is used multiple times?

Thank you,

Dimple