I am working on evaluating the SysBios 6.32.05.54 with CCS5.1 on 28335 PGF ControlCard.
I created a Clock which uses INT13 , and a Timer which use PIE 38.
The Clock is an auto start one, but the Timer was set to be started by User.
I am trying to start the timer in my task.
But what I found is that call of Api Timer_start will cause the Clock tick to stop.
By using Log_info1to output the IER status, I found that in my case,
except IER1, PIE 38, the Timer_start will disable all the non-zero latency interrupt bit.
Should it be a bug ?
B&R
tony