rtic/examples/stm32f3_blinky/memory.x
2023-04-16 13:08:35 +02:00

5 lines
102 B
Text

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 40K
}