Make a bit of room in the M0 AHB RAM region for fixed-location shared (M4, M0 cores) data structures.

This commit is contained in:
Jared Boone
2014-01-11 15:21:20 -08:00
parent 80047c9a0c
commit 095f55abce
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
MEMORY MEMORY
{ {
ram (rwx) : ORIGIN = 0x00000000, LENGTH = 32K ram (rwx) : ORIGIN = 0x00000000, LENGTH = 28K
} }
/* Include the common ld script. */ /* Include the common ld script. */

View File

@ -35,7 +35,7 @@ MEMORY
* to get performance benefit of having two USB buffers addressable * to get performance benefit of having two USB buffers addressable
* simultaneously (on two different buses of the AHB multilayer matrix) * simultaneously (on two different buses of the AHB multilayer matrix)
*/ */
ram_m0 (rwx) : ORIGIN = 0x20000000, LENGTH = 32K ram_m0 (rwx) : ORIGIN = 0x20000000, LENGTH = 28K
} }
/* Include the common ld script. */ /* Include the common ld script. */

View File

@ -36,7 +36,7 @@ MEMORY
* to get performance benefit of having two USB buffers addressable * to get performance benefit of having two USB buffers addressable
* simultaneously (on two different buses of the AHB multilayer matrix) * simultaneously (on two different buses of the AHB multilayer matrix)
*/ */
ram_m0 (rwx) : ORIGIN = 0x20000000, LENGTH = 32K ram_m0 (rwx) : ORIGIN = 0x20000000, LENGTH = 28K
} }
/* Include the common ld script. */ /* Include the common ld script. */