birdistheword99[: > <@birdistheword99:matrix.org> Can I tell the linker specifically where to put it? Something like: > ```x > .bss : ALIGN(4) > { > _sbss = .; > *(.bss .bss.*); > . = ALIGN(4); > _ebss = .; > } > AXISRAM > ``` you can, but that's not how `cortex-m-rt` works