bugs offset measurements
This commit is contained in:
@@ -48,12 +48,20 @@ MEMORY
|
||||
{
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 48K
|
||||
RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K
|
||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K
|
||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K-2K
|
||||
DATA (rwx) : ORIGIN = 0x801F800, LENGTH = 2K
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
SECTIONS
|
||||
{
|
||||
/* NOLOAD is required for not ereasing this block */
|
||||
.user_data (NOLOAD) :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
*(.user_data)
|
||||
. = ALIGN(4);
|
||||
} > DATA
|
||||
/* The startup code into "FLASH" Rom type memory */
|
||||
.isr_vector :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user