Lines Matching refs:ram
63 /* The ram and flash regions control RAM and flash memory allocation for the CM4 core.
64 * You can change the memory allocation by editing the 'ram' and 'flash' regions.
70 ram (rwx) : ORIGIN = RAM_START, LENGTH = RAM_SIZE
223 } > ram
261 } > ram
270 } > ram
293 } > ram
302 . = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
304 } > ram
313 } > ram
318 __StackTop = ORIGIN(ram) + LENGTH(ram);