setup.cmm

来自「在sharp 404开发板的串口测试代码」· CMM 代码 · 共 20 行

CMM
20
字号
;
; Turn up sharp LH7A400
;
system.cpu ARM922T
system.option bigendian off
system.option cflush on
system.option enreset off
system.option mmu  off
system.option PC 0x000000 
system.option trst on
system.option amba on
tronchip.SET DABORT OFF
tronchip.SET PABORT OFF
tronchip.SET UNDEF OFF
;tronchip.SET SWI OFF
tronchip.SET IRQ OFF
tronchip.SET FIQ OFF
system.mode up

⌨️ 快捷键说明

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