Files
rust-stm32/memory.x

8 lines
204 B
Plaintext

/* Conservative Blue Pill memory map.
Some boards expose 128K flash, but this repo stays within 64K. */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}