800*320工程文件+初始demo提交
This commit is contained in:
19
SW/components/tools/keil/xip_flash.sct
Normal file
19
SW/components/tools/keil/xip_flash.sct
Normal file
@ -0,0 +1,19 @@
|
||||
; *************************************************************
|
||||
; *** Scatter-Loading Description File generated by uVision ***
|
||||
; *************************************************************
|
||||
|
||||
LR_IROM1 0x08002000 0x000FE000 { ; load region size_region
|
||||
ER_IROM1 0x08002000 0x000FE000 { ; load address = execution address
|
||||
*.o (RESET, +First)
|
||||
*(InRoot$$Sections)
|
||||
.ANY (+RO)
|
||||
.ANY (+XO)
|
||||
}
|
||||
RW_RAM_CODE 0x1FFE0000 0x20000 {
|
||||
*(ram_code)
|
||||
}
|
||||
RW_IRAM1 0x20000000 0x000C0000 { ; RW data
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user