Feature Request: "no-init" linker section
It is a common requirement to have an area of RAM that is not cleared or otherwise initialised by the startup code; eg,
to mention but two.
Currently, this means making manual edits to the linker script - which get overwritten with every 'Generate'. :frowning_face:
So how about adding a "noinit section" option in the Project 'Linker Settings':

Or making the generated linker script have areas which will not get overwritten - as in the generated 'C' code.
(I've tagged this as 'Bug Report' because the forum insists on having a tag, but none of the available tags is relevant! 'Bug Report' seems the least worst.)
