📄 dram_zc.sct
字号:
;-------------------------------------------------------------------------------------
; Keil scatter loading file
;-------------------------------------------------------------------------------------
; Load region is in internal FLASH, 256KBytes
FLASH 0x00000000 0x40000 {
; All code and RO data in in FLASH
ER_RO 0x00000000 0x10000 {
startup_LPC177x_8x.o (RESET, +FIRST)
*.o (+RO)
}
; All non-DMA related RW/ZI data is in internal IRAM
ISRAM 0x10000000 0x10000 {
*.o (+RW)
*.o (+ZI)
}
; DMA buffers need to be located in peripheral RAM, but not pbufs
PIRAM 0xA0000000 0x10000000 {
lpc17_emac_zcbuffs.o (+RW, +ZI)
mem.o (+RW, +ZI)
memp.o (+RW, +ZI)
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -