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:
parent
7c44421da5
commit
85cf28451b
@ -21,7 +21,8 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
|
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
|
INCLUDE cortexm_base.ld
|
||||||
|
Loading…
Reference in New Issue
Block a user