Files
stm32samples/G0:G070/inc/ld/stm32g0b1xb.ld
2026-03-01 23:11:22 +03:00

13 lines
228 B
Plaintext

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