We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a5d30 commit 3ec1595Copy full SHA for 3ec1595
variants/STM32L4xx/L431C(B-C)(T-U)/ldscript.ld
@@ -46,7 +46,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
46
MEMORY
47
{
48
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
49
- RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K
+ RAM2 (xrw) : ORIGIN = 0x2001C000, LENGTH = 16K
50
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
51
}
52
0 commit comments