sat-rs/embedded-examples/stm32h7-rtic/memory.x
Robin Mueller 8ffa3109eb
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
but this works??
2024-05-20 13:43:20 +02:00

5 lines
98 B
Plaintext

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