embassy/examples/stm32l0/memory.x

6 lines
98 B
Text
Raw Normal View History

2021-06-09 13:22:52 +00:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 192K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}