SPRUIM2H May 2020 – October 2023 AM2431 , AM2432 , AM2434 , AM6411 , AM6412 , AM6421 , AM6422 , AM6441 , AM6442
Table 12-4724 lists the steps in the timer compare 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 |
| Enable match interrupt. | TIMER_IRQSTATUS_SET[0] MAT_EN_FLAG | 0x1 |
| Load timer counter value. | TIMER_TCRR | 0x- |
| Load timer compare value. | TIMER_TMAR | 0x- |
| Enable compare mode. | TIMER_TCLR[6] CE | 0x1 |
| Start the timer. | TIMER_TCLR[0] ST | 0x1 |