SLAAEK4 January 2024 MSPM0C1104
In TIMA only, the repeat counter is an 8-bit counter that provides the mechanism to suppress unnecessary events and generate real events for optimal interrupt generation. Specifically, the repeat counter can suppress Load, Compare, and Zero events in the case where the timer is generating events that repeat for a known number of cycles, such a periodic PWM output waveform. This prevents generating excessive and unnecessary interrupts every timer period.
To generate optimal Interrupt with repeat counter, TIMA is required. The following is the key feature for the use case.