调整 413 rtt 结构,预备添加 405 主工程

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-23 16:31:02 +08:00
parent 9e281ac636
commit 007ad1dda6
32 changed files with 254 additions and 3865 deletions

View File

@@ -0,0 +1,15 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00180000 { ; load region size_region
ER_IROM1 0x08000000 0x00180000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00050000 { ; RW data
.ANY (+RW +ZI)
}
}