SPRACINGF3 - Fix linker script memory address.

This commit is contained in:
Dominic Clifton 2015-01-23 19:20:00 +01:00
parent 793f83c438
commit 74e274c0a2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
/* Specify the memory areas */
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
MEMORY_B1 (rx) : ORIGIN = 0x60000000, LENGTH = 0K
}