Files
didakta-rust-on-robots/tutorial/05-led-blink/solution/memory.x
2026-03-08 19:41:38 +01:00

6 lines
99 B
Plaintext

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}