Maybe try changing this line in your linker script: ``` RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 80K ``` to ``` RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 32K ``` Then do a `cargo clean`, then build and flash again