Debug Module
MCF52211 ColdFire® Integrated Microcontroller Reference Manual, Rev. 2
Freescale Semiconductor 28-29
28.5.3.3.4 Write Memory Location (WRITE)
Write data to the memory location specified by the longword address. BAAR[TT,TM] defines address
space. Hardware forces low-order address bits to 0s for word and longword accesses to ensure that word
addresses are word-aligned and longword addresses are longword-aligned.
Command Formats:
1514131211109876543210
Byte0x10x80x00x0
A[31:16]
A[15:0]
XXXXXXXX D[7:0]
Word0x10x80x40x0
A[31:16]
A[15:0]
D[15:0]
Longword 0x1 0x8 0x8 0x0
A[31:16]
A[15:0]
D[31:16]
D[15:0]
Figure 28-24. WRITE Command Format