Part Number: TMS320F28069
Dear all,
I'm working with a timer configured as one-shot (id=1). Part number: TMS320F28069.
Start mode:timer will be started by user.
Inside the ISR, I reload the period by calling the "Timer_setPeriodMicroSecs()" function with desired timeout. The value provided is between 1000 and 21000 usec. After that, I start the timer again.
Once in a while (May come after few hundred cycles and may come after hundreds of thousands of cycles), I get an interrupt about 80 usec after the previous one.
I'm sure (verified by debug tools) the value provided to Timer_setPeriodMicroSecs() at its last call, was at least 1000.
Please advise.
Alex.