embassy/examples/stm32l4/memory.x

8 lines
188 B
Text
Raw Normal View History

2021-06-07 15:57:27 +00:00
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the STM32L4S5 */
2021-06-08 14:36:47 +00:00
FLASH : ORIGIN = 0x08000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 128K
2021-06-07 15:57:27 +00:00
}