555_int_memory.cfg

来自「适用于MPC555的uCOS接口程序」· CFG 代码 · 共 24 行

CFG
24
字号
;----------------------------------------------------------------------
; 555_int_memory.cfg   Debugger configuration file for MPC555 chip 
;----------------------------------------------------------------------

; NOTE: For at least CodeWarrior versions 6.x this file MUST be located
; in the directory:  
;    {CodeWarrior directory}\PowerPC_EABI_Support\Initialization_Files\BDM
; HOWEVER, there is a COPY of this file in the project windows,
; Debugger Config Files for reference.  CAUTION must be used in modifying 
; this file to ensure the correct file is edited.

; REV Feb 7, 2003 SM, AP


writereg	MSR		0x00001002		; MSR: Set RI=1, ME=1, IP=0, etc.

writemem.l 0x002fc004 0xFFFFFF88 	; SYPCR: Disable watchdog, enable bus monitor

writespr 638 0xFFF00800 			; IMMR: Enable internal flash (FLEN=1) 




⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?