Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _Min_Stack_Size = 0x1000; /* required amount of stack */
/* Memories definition */
MEMORY
{
RAM (xrw) : ORIGIN = 0x241a0000, LENGTH = 256K
RAM (xrw) : ORIGIN = 0x241a0000, LENGTH = 384K
}

/* Sections */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */
MEMORY
{
ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K
DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ _eDTCM = ORIGIN(DTCM) + LENGTH(DTCM);
/* Memories definition */
MEMORY
{
ROM (xr) : ORIGIN = 0x34000400, LENGTH = 256K
ROM (xr) : ORIGIN = 0x34000400, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341B7000, LENGTH = 2340K
DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */
MEMORY
{
ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K
DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */
MEMORY
{
ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K
DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */
MEMORY
{
ROM (xr) : ORIGIN = 0x34180400, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 255K
RAM (rw) : ORIGIN = 0x341C0000, LENGTH = 256K
DTCM (rw) : ORIGIN = 0x30000000, LENGTH = 128K
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */
MEMORY
{
ROM (xrw) : ORIGIN = 0x34000400, LENGTH = 511K
RAM (xrw) : ORIGIN = 0x34020000, LENGTH = 1536K
RAM (xrw) : ORIGIN = 0x34080000, LENGTH = 1536K
}

/* Sections */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _Min_Stack_Size = 0x800; /* required amount of stack */
MEMORY
{
ROM (xrw) : ORIGIN = 0x34000400, LENGTH = 511K
RAM (xrw) : ORIGIN = 0x34020000, LENGTH = 1536K
RAM (xrw) : ORIGIN = 0x34080000, LENGTH = 1536K
}

/* Sections */
Expand Down