mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-11 07:18:58 +00:00
[chore][ld] update 808 m0 memory
This commit is contained in:
parent
3c225cace5
commit
40f154ca39
1 changed files with 4 additions and 4 deletions
|
@ -23,10 +23,10 @@ HeapMinSize = 0x1000; /* 4KB */
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
xip_memory (rx) : ORIGIN = 0x58000000, LENGTH = 32M
|
xip_memory (rx) : ORIGIN = 0x58000000, LENGTH = 32M
|
||||||
itcm_memory (rx) : ORIGIN = 0x62028000, LENGTH = 20K
|
itcm_memory (rx) : ORIGIN = 0x62020000, LENGTH = 20K
|
||||||
dtcm_memory (rx) : ORIGIN = 0x6202D000, LENGTH = 4K
|
dtcm_memory (rx) : ORIGIN = 0x62025000, LENGTH = 4K
|
||||||
nocache_ram_memory (!rx) : ORIGIN = 0x2202E000, LENGTH = 16K + 56K
|
nocache_ram_memory (!rx) : ORIGIN = 0x22026000, LENGTH = 40K
|
||||||
ram_memory (!rx) : ORIGIN = 0x62040000, LENGTH = 160K - 56K
|
ram_memory (!rx) : ORIGIN = 0x62030000, LENGTH = 160K + 64K - 20K - 4K - 40K
|
||||||
xram_memory (!rx) : ORIGIN = 0x40000000, LENGTH = 16K
|
xram_memory (!rx) : ORIGIN = 0x40000000, LENGTH = 16K
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue