mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
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
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x00000000, LENGTH = 32K
|
||||
ram (rwx) : ORIGIN = 0x00000000, LENGTH = 28K
|
||||
}
|
||||
|
||||
/* Include the common ld script. */
|
||||
|
||||
@@ -35,7 +35,7 @@ MEMORY
|
||||
* to get performance benefit of having two USB buffers addressable
|
||||
* 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. */
|
||||
|
||||
@@ -36,7 +36,7 @@ MEMORY
|
||||
* to get performance benefit of having two USB buffers addressable
|
||||
* 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. */
|
||||
|
||||
Reference in New Issue
Block a user