DMA Timers (DTIM0–DTIM3)
MCF52110 ColdFire® Integrated Microcontroller Reference Manual, Rev. 1
21-8
Freescale Semiconductor
Preliminary
21.3
Functional Description
21.3.1
Prescaler
The prescaler clock input is selected from the internal bus clock (f
sys
divided by 1 or 16) or from the
corresponding timer input, DTIN
n
. DTIN
n
is synchronized to the internal bus clock, and the
synchronization delay is between two and three internal bus clocks. The corresponding DTMR
n
[CLK]
selects the clock input source. A programmable prescaler divides the clock input by values from 1 to 256.
The prescaler output is an input to the 32-bit counter, DTCN
n
.
21.3.2
Capture Mode
Each DMA timer has a 32-bit timer capture register (DTCR
n
) that latches the counter value when the
corresponding input capture edge detector senses a defined DTIN
n
transition. The capture edge bits
(DTMR
n
[CE]) select the type of transition that triggers the capture and sets the timer event register capture
event bit, DTER
n
[CAP]. If DTER
n
[CAP] and DTXMR
n
[DMAEN] are set, a DMA request is asserted. If
DTER
n
[CAP] is set and DTXMR
n
[DMAEN] is cleared, an interrupt is asserted.
21.3.3
Reference Compare
Each DMA timer can be configured to count up to a reference value, at which point DTER
n
[REF] is set.
If DTMR
n
[ORRI] is set and DTXMR
n
[DMAEN] is cleared, an interrupt is asserted. If DTMR
n
[ORRI]
and DTXMR
n
[DMAEN] are set, a DMA request is asserted. If the free run/restart bit DTMR
n
[FRR] is
set, a new count starts. If it is clear, the timer keeps running.
21.3.4
Output Mode
When a timer reaches the reference value selected by DTRR, it can send an output signal on DTOUT
n
.
DTOUT
n
can be an active-low pulse or a toggle of the current output, as selected by the DTMR
n
[OM] bit.
IPSBAR
Offset:
0x00_040C
(
DTCN0
)
0x00_044C
(
DTCN1
)
0x00_048C
(
DTCN2
)
0x00_04CC
(
DTCN3
)
Access: User read/write
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
9
8
7
6
5
4
3
2
1
0
R
CNT (32-bit timer counter value count)
W
Reset 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Figure 21-7. DMA Timer Counters (DTCN
n
)
Table 21-7. DTCN
n
Field Descriptions
Field
Description
31–0
CNT
Timer counter. Can be read at anytime without affecting counting. Any write to this field clears it.