forked from M-Labs/humpback-dds
memory: shrink flash size for flash memory
This commit is contained in:
parent
41d3df26f2
commit
28046a8740
2
memory.x
2
memory.x
|
@ -1,7 +1,7 @@
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
/* FLASH and RAM are mandatory memory regions */
|
/* FLASH and RAM are mandatory memory regions */
|
||||||
FLASH : ORIGIN = 0x08000000, LENGTH = 2M
|
FLASH : ORIGIN = 0x08000000, LENGTH = 1024K
|
||||||
RAM : ORIGIN = 0x20000000, LENGTH = 128K
|
RAM : ORIGIN = 0x20000000, LENGTH = 128K
|
||||||
|
|
||||||
/* AXISRAM */
|
/* AXISRAM */
|
||||||
|
|
Loading…
Reference in New Issue