Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi,
The customer configure timer to trigger a led every 200us. But the actual interruption frequency is 166us which is higher than the value expected. And the result was tested by oscilloscope. Are there any solutions to solve this phenomenon? Please help to analyze.
Below is the configuration.
timerParams.period = 200;
timerParams.periodType = Timer.PeriodType_MICROSECS;
timerParams.arg = 1;
Timer.create(null, '&Timer200us_Int', timerParams);