embassy/examples/stm32f0/memory.x
2021-07-15 13:50:39 -03:00

6 lines
110 B
Text

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 16K
/* DTCM */
RAM : ORIGIN = 0x20000000, LENGTH = 4K
}