I am working on a TMS320C6678 DSP using SYS/BIOS 6_35_01_29.
I have been successful in creating a one-shot timer using the 'Timer_create' function. However, I would like to be able to re-use this timer again for a different one-shot time. How can I do this?
I have tried using the 'Timer_delete' function and then using the 'Timer_create' function again, but it resulted in a mutex error. Which implies to me that it did not work.