Other Parts Discussed in Thread: C2000WARE
Hello,
I have a question on TMS320F28004x Real-Time Microcontrollers Technical Reference Manual; Literature number SPRUI33D.
Particularly it is on page 229.
The description of the bit 15 <TIF> field of the TCR register is as follows:
"TIF is not cleared automatically and does not need to be cleared to enable the next timer interrupt."
It seems that there is a type error in the above description.
I presume that it should be corrected as follows:
"TIF is cleared automatically and does not need to be cleared to enable the next timer interrupt."
I have come up with this conclusion with reference to the CCS project of timer_ex1_cputimers provided in the MotorControl_SDK.
There are three cpuTimerISRs in this CCS project; the cpuTimerISR() does not have any code that clears the TIF bit.
Therefore I suppose that the TIF bit is cleared automatically when entering the cpuTimerISR() function.
Please comment on my observation.
Thank you for your guidance in advance.
With regards,
JS Yoo