flash_cp.sct
来自「NXPl788上lwip的无操作系统移植,基于Embest开发板」· SCT 代码 · 共 25 行
SCT
25 行
;-------------------------------------------------------------------------------------
; 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 0x20000000 0x8000 {
lpc17_emac_zcbuffs.o (+RW, +ZI)
mem.o (+RW, +ZI)
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?