"Hello there,..." <- > <@cesnel:matrix.org> Hello there, > i am not sure this is the proper channel for this question, if not, let me know please. > > I am using the cortex\_m\_rt crate, and i would like to add some "custom" sections in the linker script. I understand from the docu \[https://docs.rs/cortex-m-rt/0.7.3/cortex\_m\_rt/ that i just need to declare the additional sections in memory.x. > > But then i guess that i have to initialize the sections by my own right? So the cortex\_m\_rt will not do that for the additional sections... or am i wrong? > Thanks! you're correct, yes!