led-mask/firmware/memory.x

8 lines
151 B
Text
Raw Permalink Normal View History

2025-10-20 21:28:55 -05:00
MEMORY
{
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
RAM : ORIGIN = 0x20000000, LENGTH = 264K
}