embassy/examples/stm32l0/memory.x
2021-06-09 23:09:48 +02:00

6 lines
98 B
Plaintext

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 192K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}