JamesMunns[m]: Can I tell the linker specifically where to put it? Something like: ```x .bss : ALIGN(4) { _sbss = .; *(.bss .bss.*); . = ALIGN(4); _ebss = .; } > AXISRAM ```