Merge pull request #3310 from latsku/stm32f334_memorymap
cpu/stm32f3: Split the RAM on STM32F334 into RAM and CCM RAM
This commit is contained in:
commit
24b24441ed
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user