Skip to content

Commit

Permalink
Update variants/STM32L4xx/L431C(B-C)(T-U)/ldscript.ld
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jul 9, 2024
1 parent 3ec1595 commit a13259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/STM32L4xx/L431C(B-C)(T-U)/ldscript.ld
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
RAM2 (xrw) : ORIGIN = 0x2001C000, LENGTH = 16K
RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
}

Expand Down

0 comments on commit a13259d

Please sign in to comment.