SPRUIL1D May 2019 – December 2024 DRA829J , DRA829J-Q1 , DRA829V , DRA829V-Q1 , TDA4VM , TDA4VM-Q1
Table 12-1599 lists the steps in the timer PWM mode configuration.
| Step | Register/Bit Field/Programming Model | Value |
|---|---|---|
| Select autoreload mode. | TIMER_TCLR[1] AR | 0x- |
| Set prescale timer value. | TIMER_TCLR[4-2] PTV | 0x- |
| Enable prescaler. | TIMER_TCLR[5] PRE | 0x1 |
| Select trigger output mode. | TIMER_TCLR[11-10] TRG | 0x- |
| Select pulse or toggle modulation PWM mode. | TIMER_TCLR[12] PT | 0x- |
| Select TIMER[19-0] or MCU_TIMER[9-0] PWM output at device pins TIMER_IO[7-0] for TIMER[19-0] or at pins MCU_TIMER_IO[9-0] for MCU_TIMER[9-0]. | TIMER_TCLR[14] GPO_CFG | 0x0 |
| Configure PWM output pin default value. | TIMER_TCLR[7] SCPWM | 0x- |
| Load timer load value. | TIMER_TLDR | 0x- |
| Load timer compare value. | TIMER_TMAR | 0x- |
| Enable compare. | TIMER_TCLR[6] CE | 0x1 |
| Start the timer. | TIMER_TCLR[0] ST | 0x1 |