embassy/examples/stm32f0/memory.x

7 lines
110 B
Plaintext
Raw Normal View History

2021-07-15 18:50:39 +02:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 16K
/* DTCM */
RAM : ORIGIN = 0x20000000, LENGTH = 4K
}