Lines Matching refs:ram
59 /* The ram and flash regions control RAM and flash memory allocation for the CM0+ core.
60 * You can change the memory allocation by editing the 'ram' and 'flash' regions.
67 ram (rwx) : ORIGIN = 0x08000800, LENGTH = 0x1F800
221 __StackTop = ORIGIN(ram) + LENGTH(ram);
228 } > ram
235 } > ram
282 } > ram
291 } > ram
314 } > ram
322 . = ORIGIN(ram) + LENGTH(ram);
324 } > ram