Add ram_ahb memory region to linker scripts.
This commit is contained in:
@ -27,6 +27,7 @@ MEMORY
|
||||
rom (rx) : ORIGIN = 0x00000000, LENGTH = 1M
|
||||
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 128K
|
||||
/* there are some additional RAM regions */
|
||||
ram_ahb (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
}
|
||||
|
||||
/* Include the common ld script. */
|
||||
|
@ -31,6 +31,7 @@ MEMORY
|
||||
ram (rwx) : ORIGIN = 0x10000000, LENGTH = 128K
|
||||
/* there are some additional RAM regions for data */
|
||||
ram_data (rw) : ORIGIN = 0x10080000, LENGTH = 72K
|
||||
ram_ahb (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
}
|
||||
|
||||
/* Include the common ld script. */
|
||||
|
Reference in New Issue
Block a user