1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/stm32f3: Split the RAM on STM32F334 into RAM and CCM RAM

This commit is contained in:
Lari Lehtomäki 2015-07-03 16:45:30 +03:00
parent 7c44421da5
commit 85cf28451b

View File

@ -21,7 +21,8 @@
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 12K
ccmram (rwx): ORIGIN = 0x10000000, LENGTH = 4K
}
INCLUDE cortexm_base.ld