rtic/examples/stm32f3_blinky/memory.x

6 lines
102 B
Text
Raw Permalink Normal View History

2023-04-14 21:53:56 +02:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 40K
}