adjust memory settings for lower end variant
This commit is contained in:
parent
f117213b6e
commit
b16eca3f21
@ -1,5 +1,5 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
|
FLASH : ORIGIN = 0x00000000, LENGTH = 128K
|
||||||
RAM : ORIGIN = 0x20000000, LENGTH = 32K
|
RAM : ORIGIN = 0x20000000, LENGTH = 16K
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
|
FLASH : ORIGIN = 0x00000000, LENGTH = 128K
|
||||||
RAM : ORIGIN = 0x20000000, LENGTH = 32K
|
RAM : ORIGIN = 0x20000000, LENGTH = 16K
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user