embassy/embassy-stm32-examples/memory.x
2021-03-30 10:05:52 -05:00

5 lines
97 B
Text

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 32K
}