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