rtic/examples/stm32f411_encoder_polling/memory.x

6 lines
136 B
Text
Raw Normal View History

MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
FLASH : ORIGIN = 0x08000000, LENGTH = 512K
RAM : ORIGIN = 0x20000000, LENGTH = 96K
}