Skip to content

Commit a13259d

Browse files
authored
Update variants/STM32L4xx/L431C(B-C)(T-U)/ldscript.ld
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 3ec1595 commit a13259d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32L4xx/L431C(B-C)(T-U)/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
4646
MEMORY
4747
{
4848
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
49-
RAM2 (xrw) : ORIGIN = 0x2001C000, LENGTH = 16K
49+
RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K
5050
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
5151
}
5252

0 commit comments

Comments
 (0)