mirror of
https://github.com/bouffalolab/bouffalo_sdk.git
synced 2025-05-09 03:11:58 +08:00
[update] remain 1K ram for security in bl616
This commit is contained in:
parent
81a1645805
commit
e46a30b333
@ -33,7 +33,7 @@ MEMORY
|
||||
fw_header_memory (rx) : ORIGIN = 0xA0000000 - 0x1000, LENGTH = 4K
|
||||
xip_memory (rx) : ORIGIN = 0xA0000000, LENGTH = 4M
|
||||
ram_psram (wxa) : ORIGIN = 0xA8000000, LENGTH = 4M
|
||||
itcm_memory (rx) : ORIGIN = 0x62FC0000, LENGTH = 12K
|
||||
itcm_memory (rx) : ORIGIN = 0x62FC0400, LENGTH = 11K /* first 1K is for security */
|
||||
dtcm_memory (rx) : ORIGIN = 0x62FC3000, LENGTH = 4K
|
||||
nocache_ram_memory (!rx) : ORIGIN = 0x22FC4000, LENGTH = nocache_max_size
|
||||
ram_memory (!rx) : ORIGIN = 0x62FC4000 + nocache_max_size, LENGTH = 320K - 12K - 4K - nocache_max_size + remain_wifi_ram
|
||||
|
Loading…
x
Reference in New Issue
Block a user