2-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 MCF5206.
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
MCF5206 are SIM, UART1, UART2, TIMER, M-Bus, DRAMC, Chip-Select. Refer to MCF5206
User’s Manual.
Example:
irm
timer.tmr1 0021
;write 0021 into TMR1 register in the TIMER module.