Files
stm32samples/G4:G431/inc/ld/stm32g431xb.ld
Edward Emelianov 852d34204f add G431-blink
2026-06-24 22:56:04 +03:00

13 lines
227 B
Plaintext

/* Define memory regions. */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
}
PROVIDE(_BLOCKSIZE = 2048);
/* Include the common ld script. */
INCLUDE stm32.ld