To enable a timer while the Timer Manager is running, the timer must first be setup again.
- If the current TIMERMGR_SETUP_j_k is appropriate
for the timer’s intended use, the timer can be re-enabled by writing a 3 to the
TIMERMGR_CONTROL_j_k register. (ENABLE = 1, SET = 1)
- If the current TIMERMGR_SETUP_j_k needs to be
changed, write to the TIMERMGR_SETUP_j_k before re-enabling the timer. After
this value is changed, the timer can be re-enabled by writing 0x3 to the
TIMERMGR_CONTROL_j_k register (ENABLE = 1, SET = 1)
- While TIMERMGR_SETUP_j_k
implies SET, it must still be set as the timer is enabled.