Apply suggestions from code review

Co-Authored-By: conorpp <conorpp94@gmail.com>
This commit is contained in:
Nicolas Stalder 2019-03-21 21:03:49 -04:00
parent 175f59d206
commit f3b591e570
4 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ _MIN_STACK_SIZE = 0x400;
MEMORY
{
flash (rx) : ORIGIN = 0x08000000, LENGTH = 20K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
sram2 (rw) : ORIGIN = 0x10000000, LENGTH = 16K
}

View File

@ -15,7 +15,7 @@ _MIN_STACK_SIZE = 0x400;
MEMORY
{
flash (rx) : ORIGIN = 0x08000000, LENGTH = 32K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
sram2 (rw) : ORIGIN = 0x10000000, LENGTH = 16K
}

View File

@ -15,7 +15,7 @@ _MIN_STACK_SIZE = 0x400;
MEMORY
{
flash (rx) : ORIGIN = 0x08005000, LENGTH = 190K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
sram2 (rw) : ORIGIN = 0x10000000, LENGTH = 16K
}

View File

@ -14,8 +14,8 @@ _MIN_STACK_SIZE = 0x400;
MEMORY
{
flash (rx) : ORIGIN = 0x08008000, LENGTH = 186K-8 /* Leave out 38 Kb at end for data */
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
flash (rx) : ORIGIN = 0x08008000, LENGTH = 178K
ram (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
sram2 (rw) : ORIGIN = 0x10000000, LENGTH = 16K
}