SPRUIV7B May 2022 – September 2023 AM620-Q1 , AM623 , AM625 , AM625-Q1 , AM625SIP
Table 12-345 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[11-0] or MCU_TIMER[3-0] PWM output at device pins TIMER_IO[11-0] for TIMER[11-0] or at pins MCU_TIMER_IO[3-0] for MCU_TIMER[3-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 |