添加 405 iap 主工程

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-24 08:14:57 +08:00
parent 007ad1dda6
commit b1d8ce2643
28 changed files with 6327 additions and 0 deletions

View File

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