embassy/examples/stm32f4/memory.x
2021-06-02 01:32:19 +02:00

8 lines
190 B
Plaintext

MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the STM32F429ZI */
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
RAM : ORIGIN = 0x20000000, LENGTH = 192K
}