embassy/examples/memory.x
kalkyl 72b0379125 🌈
2023-05-09 01:51:08 +02:00

5 lines
161 B
Plaintext

MEMORY {
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
FLASH : ORIGIN = 0x10000100, LENGTH = 1024K - 0x100
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}