adjust memory settings for lower end variant
This commit is contained in:
parent
f117213b6e
commit
b16eca3f21
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue