; --------------------------------------------------------------------------- ; ; File: bdimcf532x.cfg ; ; Purpose: This file is used by the Abatron BDI2000 debugger to configure ; the Logic Product Development "FireEngine" hardware platforms ; for use. This file is automatically read by the BDI2000 after ; every power on event. ; ; © Copyright 2004, Logic Product Development, Inc. All Rights Reserved. ; ; NOTICE: ; This file contains source code, ideas, techniques, and information ; (the Information) which are Proprietary and Confidential Information ; of Logic Product Development, Inc. This Information may not be used ; by or disclosed to any third party except under written license, and ; shall be subject to the limitations prescribed under license. ; ; ; History: ; ; Date: Author: Changes: ; ---- ------ ------- ; 17 Feb, 2006 ericn@logicpd.com Initial development ; ; --------------------------------------------------------------------------- [INIT] WCREG 0xC05 0x80000001 ; RAMBAR1: internal SRAM => 0x80000000 ; Just for the heck of it, give some initial values to the data registers. WDREG 0 0x0 WDREG 1 0x1 WDREG 2 0x2 WDREG 3 0x3 WDREG 4 0x4 WDREG 5 0x5 WDREG 6 0x6 WDREG 7 0x7 ; Unlock flash blocks WM16 0x00000000 0x0060 WM16 0x00000000 0x00D0 WM16 0x00002000 0x0060 WM16 0x00002000 0x00D0 WM16 0x00004000 0x0060 WM16 0x00004000 0x00D0 WM16 0x00006000 0x0060 WM16 0x00006000 0x00D0 WM16 0x00008000 0x0060 WM16 0x00008000 0x00D0 WM16 0x0000a000 0x0060 WM16 0x0000a000 0x00D0 WM16 0x0000c000 0x0060 WM16 0x0000c000 0x00D0 WM16 0x0000e000 0x0060 WM16 0x0000e000 0x00D0 WM16 0x00010000 0x0060 WM16 0x00010000 0x00D0 WM16 0x00020000 0x0060 WM16 0x00020000 0x00D0 WM16 0x00030000 0x0060 WM16 0x00030000 0x00D0 WM16 0x00040000 0x0060 WM16 0x00040000 0x00D0 WM16 0x00050000 0x0060 WM16 0x00050000 0x00D0 WM16 0x00060000 0x0060 WM16 0x00060000 0x00D0 WM16 0x00070000 0x0060 WM16 0x00070000 0x00D0 WM16 0x00080000 0x0060 WM16 0x00080000 0x00D0 WM16 0x00090000 0x0060 WM16 0x00090000 0x00D0 WM16 0x000a0000 0x0060 WM16 0x000a0000 0x00D0 WM16 0x00000000 0x0050 [TARGET] CPUTYPE MCF5307 ; As close as we can get right now. BDIMODE AGENT ; No need for any debug code on the target. CPUCLOCK 12000000 ; Clock rate after processing the init list. BREAKMODE SOFT ; Breakpoints use a TRAP instruction. [HOST] ;IP 192.168.1.46 ;Host IP can optionally be set here. ;FILE somfile.elf ;To download a file at startup, place name here. ;FORMAT ELF ;File format of download file ;LOAD AUTO ;Load file MANUAL or AUTO after reset [FLASH] WORKSPACE 0x80000000 ;Workspace in target RAM for fast programming algorithm CHIPTYPE I28BX16 ;Flash type CHIPSIZE 0x200000 ;The size of one flash chip in bytes BUSWIDTH 16 ;The width of the flash memory bus in bits (8 | 16 | 32) [REGS] ;Register definiations can be placed here. Or, you could place a refrence ;to a register definition file here.