stm32samples/F3:F303/inc/ld/stm32f302xB.ld
2023-03-20 23:45:51 +03:00

11 lines
190 B
Plaintext

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