* Working flip-link output (SRAM0 size 0x7FF8) ```txt [INFO flip_link] found MemoryEntry(line=4, origin=0x1fff8000, length=0x7ff8) in /home/rmueller/Rust/va416xx-rs/memory.x [INFO flip_link] used RAM spans: origin=0x1fff8000, length=1088, align=4 [INFO flip_link] new RAM region: ORIGIN=0x1ffffbb8, LENGTH=1088 INFO rustc_codegen_ssa::back::link linker stdout: Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s ``` This looks a bit wrong, I get this for the size 32K: ```txt [INFO flip_link] found MemoryEntry(line=4, origin=0x1fff8000, length=0x8000) in /home/rmueller/Rust/va416xx-rs/memory.x [INFO flip_link] used RAM spans: origin=0x1fff8000, length=32768, align=8 [INFO flip_link] new RAM region: ORIGIN=0x1fff8000, LENGTH=32768 INFO rustc_codegen_ssa::back::link linker stdout: Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s ```