SPRACINGF3 - Fix linker script memory address.
This commit is contained in:
parent
793f83c438
commit
74e274c0a2
|
@ -22,7 +22,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
|
||||||
/* Specify the memory areas */
|
/* Specify the memory areas */
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
FLASH (rx) : ORIGIN = 0x04000000, LENGTH = 126K /* last 2kb used for config storage */
|
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 126K /* last 2kb used for config storage */
|
||||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 40K
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 40K
|
||||||
MEMORY_B1 (rx) : ORIGIN = 0x60000000, LENGTH = 0K
|
MEMORY_B1 (rx) : ORIGIN = 0x60000000, LENGTH = 0K
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue