Corrected bad calculated address boundaries which did not make sense with the various flash part sizes...
This commit is contained in:
parent
f2a770c85f
commit
e5a35b01ed
@ -24,8 +24,9 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Linker script addresses modified, now the memory map is the following :
|
* Linker script addresses modified, now the memory map is the following :
|
||||||
* Run Image Header (1KB) starts at 0x0801 0000
|
* Run Image Header (1KB) starts at 0x0801 0000
|
||||||
* Application Run Image starts at 0x0801 0400 and is 1,952 MB
|
* Application Run Image starts at 0x0801 0400 and is 1,952 MB,
|
||||||
* User Area is 112KB and starts at 0x081E 0000
|
* ends at 0x081F 83FF
|
||||||
|
* User Area is 15KB, starts at 0x081F 8400 and ends at 0x081F C000
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user