Files
didakta-rust-on-robots/tutorial/05-no-std/memory.x
2026-03-11 13:59:56 +01:00

6 lines
99 B
Plaintext

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