; Configuration file for the M5213EVB ; ----------------------------------- ; ; the initialistion list used to setup the target system [INIT] ; ; Init SCM/Clock Module WCREG 0xC05 0x20000021 ;RAMBAR: Internal SRAM at 0x20000000 WM16 0x40120000 0x1107 ;SYNCR : set fsys to PLL/2 WM16 0x40120000 0x3107 ;SYNCR : change PLL to 80MHz DELAY 20 ;delay after changing the PLL WM16 0x40120000 0x3007 ;SYNCR : set fsys to 80MHz ; ; Init Flash Module WCREG 0xC04 0x00000121 ;FLASHBAR: Internal Flash at 0x00000000 ;WM8 0x401D0002 0x4E ;CFMCLKD : Flash clock divider for 48MHz WM8 0x401D0002 0x58 ;CFMCLKD : Flash clock divider for 80MHz WM32 0x401D0010 0x00000000 ;CFMPROT : disable flash protection ; [TARGET] CPUTYPE MCF5213 ;CPUCLOCK 48000000 ;the CPU clock rate after processing the init list CPUCLOCK 80000000 ;the CPU clock rate after processing the init list BREAKMODE HARD ;SOFT or HARD ;WAKEUP 1000 ;SIO 8023 19200 [HOST] IP 151.120.25.119 FILE E:\cygwin\home\demo\mcf\fibo.x FORMAT ELF LOAD MANUAL ;load code MANUAL or AUTO after reset PROMPT 5213> [FLASH] WORKSPACE 0x20000000 ;workspace in target RAM for fast programming algorithm CHIPTYPE CFM ;MCF5213 internal flash BUSWIDTH 32 ;The width of the flash memory bus in bits (8 | 16 | 32) FILE E:\cygwin\home\bdidemo\coldfire\m5213evb.bin FORMAT BIN 0x44020000 ;ERASE 0x44000000 MASS [REGS] DMM1 0x40000000 FILE $reg5213.def