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:
@ -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. */
|
||||||
|
@ -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. */
|
||||||
|
@ -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. */
|
||||||
|
Reference in New Issue
Block a user