19
2.4.13 IRM - Internal Registers MODIFY
IRM
Usage:
IRM module.register data
This commands modifies the contents of the internal registers of different modules inside the MCF5204. In
the command line, the module refers to the module name where the register is located, register refers to the
specific register needed, and data is the new value to be written into that register.
The registers are organized according to the module to which they belong. The available modules on the
MCF5204 are SIM, UART, and TIMER. Refer to MCF5204 User’s Manual
Example:
irm
timer.tmr1 0021
;write 0021 into TMR1 register in the TIMER module.