Initial commit: CCU621_M firmware project with BLE debug link support.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 17:28:36 +08:00
commit 9ceb218f80
1597 changed files with 724159 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
; CCU621_M 日常 J-Link 调试布局(与旧项目一致,向量表 @ 0x08000000
; OTA/IAP 发布请改用 GD32H759_APP.sct0x08008000
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)
}
}