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,28 @@
|
||||
; CCU621_M application region: 0x08008000 .. 0x081FFFFF (IAP occupies first 32KB)
|
||||
|
||||
LR_IROM1 0x08008000 0x001F8000 {
|
||||
ER_IROM1 0x08008000 0x001F8000 {
|
||||
*.o (RESET, +First)
|
||||
*(InRoot$$Sections)
|
||||
.ANY (+RO)
|
||||
.ANY (+XO)
|
||||
}
|
||||
ER_ENET_RXDESC 0x30000000 UNINIT 0x00000050 {
|
||||
gd32h7xx_enet.o (.ARM.__at_0x30000000)
|
||||
}
|
||||
ER_ENET_TXDESC 0x30000160 UNINIT 0x00000050 {
|
||||
gd32h7xx_enet.o (.ARM.__at_0x30000160)
|
||||
}
|
||||
ER_ENET_RXBUF 0x30000300 UNINIT 0x00002000 {
|
||||
gd32h7xx_enet.o (.ARM.__at_0x30000300)
|
||||
}
|
||||
ER_ENET_TXBUF 0x30002100 UNINIT 0x00002000 {
|
||||
gd32h7xx_enet.o (.ARM.__at_0x30002100)
|
||||
}
|
||||
RW_IRAM1 0x24000000 0x000D0000 {
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
RW_IRAM2 0x00000000 0x00010000 {
|
||||
.ANY (+RW +ZI)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user