Skip to content

Commit 3ec1595

Browse files
committed
adjusted RAM2 address
1 parent b5a5d30 commit 3ec1595

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

+1-1
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 = 0x10000000, LENGTH = 16K
49+
RAM2 (xrw) : ORIGIN = 0x2001C000, LENGTH = 16K
5050
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
5151
}
5252

0 commit comments

Comments
 (0)