( 26 / 54 )
3.5 Procedure for Making an MCU File for M3T-PD30
It is necessary to change the contents of the MCU file according to the MCU to be developed. Make
the MCU file M30220.MCU for M30220 Group and M30221.MCU for M30221 Group and store it
in the "mcufiles" folder in the folder where emulator debugger M3T-PD30 is stored. For M3T-PD30
Ver.4.10 or earlier, store the MCU file in the same folder as emulator debugger M3T-PD30 is stored
in.
The contents of the MCU file give the addresses of SFR area, internal RAM area, internal ROM area
and the name of firmware file. Change the contents of the MCU file according to the MCU to be
debugged. Use your editor for changing the MCU file.
The examples of contents of the MCU file are as follows:
(1) For 30220 Group, 10KB RAM, 128KB ROM (file name: M30220.MCU)
0: SFR area Start address
3FF : End address
400 : Internal RAM Start address
2BFF : End address
E0000 : Internal ROM Start address
FFFFF : End address
M30620B : Name of firmware (Do not change.)
0: Expansion No. M3T-PD30 V.4.00 or later required (Do not change.)
(2) For 30221 Group, 1.5KB RAM, 24KB ROM (file name: M30221.MCU)
0: SFR area Start address
3FF : End address
400 : Internal RAM Start address
9FF : End address
FA000 : Internal ROM Start address
FFFFF : End address
M30620B : Name of firmware (Do not change.)
0: Expansion No. M3T-PD30 V.4.00 or later required (Do not change.)