embassy/embassy-stm32-examples/memory.x

6 lines
97 B
Text
Raw Normal View History

MEMORY
{
2021-02-16 00:38:36 +00:00
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 32K
}