adjust ewram size

reboot stub is placed at ramtop - 48K
This commit is contained in:
Dave Murphy 2016-12-27 13:35:22 +00:00
parent 902fd855ae
commit ccc156d51d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
MEMORY {
rom : ORIGIN = 0x08000000, LENGTH = 32M
ewram : ORIGIN = 0x02000000, LENGTH = 4M - 32k
ewram : ORIGIN = 0x02000000, LENGTH = 4M - 48k
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
vectors : ORIGIN = 0x01000000, LENGTH = 256
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256

View File

@ -1,5 +1,5 @@
MEMORY {
ewram : ORIGIN = 0x02000000, LENGTH = 16M - 32k
ewram : ORIGIN = 0x02000000, LENGTH = 16M - 48k
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
vectors : ORIGIN = 0x01000000, LENGTH = 256
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256