embassy/examples/rpi-pico-w/memory.x

5 lines
161 B
Text
Raw Normal View History

2022-07-10 17:45:26 +00:00
MEMORY {
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
FLASH : ORIGIN = 0x10000100, LENGTH = 1024K - 0x100
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}