"```..." <- > <@birdistheword99:matrix.org> ``` > #[link_section = ".axisram"] > static PACKETS: StaticCell> = StaticCell::new(); > ``` > > This works, so I assume the .bss section is being placed in AXISRAM. .bss goes wherever your linker script says `RAM`. if it works anywhere else: it's luck.