forked from M-Labs/humpback-dds
flash_mem: alloc
This commit is contained in:
parent
8ce3200b5d
commit
04c0fa4074
2
memory.x
2
memory.x
|
@ -1,7 +1,7 @@
|
|||
MEMORY
|
||||
{
|
||||
/* FLASH and RAM are mandatory memory regions */
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 1024K
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 1920K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 128K
|
||||
|
||||
/* AXISRAM */
|
||||
|
|
Loading…
Reference in New Issue