Tool/software: TI-RTOS
The TImer_Create(....) provide handle which allow Timer_Start() and Timer_Stop(). However the Timer_Construct() does not provide handle nor ID which required to get handle to make use of start/stop
Based on Timer_Construct(), is there way to start/stop timer and if so how, please provide code. How to extracts handle from a constructed timer where ID is Timer_Any.