Initial commit: CCU621_M firmware project with BLE debug link support.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
; CCU621_M 日常 J-Link 调试布局(与旧项目一致,向量表 @ 0x08000000)
|
||||
; OTA/IAP 发布请改用 GD32H759_APP.sct(0x08008000)
|
||||
|
||||
LR_IROM1 0x08000000 0x00200000 {
|
||||
ER_IROM1 0x08000000 0x00200000 {
|
||||
*.o (RESET, +First)
|
||||
*(InRoot$$Sections)
|
||||
.ANY (+RO)
|
||||
.ANY (+XO)
|
||||
}
|
||||
RW_IRAM1 0x24000000 0x000D0000 {
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
RW_IRAM2 0x00000000 0x00010000 {
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user