⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 2410boot.cs

📁 英培特嵌入式开发系统IDE软件包
💻 CS
字号:
; 2410boot.cs, Command Script File for Embest EduKit-III Platform
; 
; realse: R.X Huang, May 22, 2006
; 

; status
reset
stop

; Main configuration
memwrite 0x53000000 0x00000000 ; disable Watch Dog
memwrite 0x4A000008 0xFFFFFFFF ; disable Interrupts
memwrite 0x4A00001C 0x000007FF 
memwrite 0x4C000004 0x0005c042 ; 0x000A1031, MPLLCON
memwrite 0x4C000014 0x3        ; LOCK TIME

; Memory controler configuration
memwrite 0x48000000 0x22111110
memwrite 0x48000004 0x00000700  
memwrite 0x48000008 0x00000700  
memwrite 0x4800000C 0x00000700  
memwrite 0x48000010 0x00000700  
memwrite 0x48000014 0x00000700  
memwrite 0x48000018 0x00000700  	
memwrite 0x4800001c 0x00018005
memwrite 0x48000020 0x00000700  	
memwrite 0x48000024 0x008e0459
memwrite 0x48000028 0x000000B2
memwrite 0x4800002c 0x00000030
memwrite 0x48000030 0x00000030

; Peripheral configuration
memwrite 0x56000010 0x155555 ; default as output
memwrite 0x56000014 0x1      ; GPB[1:0]=01, disable moto and close beep
memwrite 0x56000020 0xaaaa55aa; GPC4 as Output
memwrite 0x56000028 0xffff
memwrite 0x56000024 0x0      ; GPC4=0: LCD logic power off
memwrite 0x56000070 0x002afaaa
memwrite 0x56000078 0x000007ff

⌨️ 快捷键说明

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