Memory Tool - Configure memory as Normal
Hello,
we had a play with the memory tool to configure the memory regions (the linking to the OCTOSPI configuration, etc is neat), however we ran into the following issue:
When using the tool, the internal RAM is configured as `Device` memory, rather than normal memory. Which in turn disallows unaligned accesses to memory.
Unfortunately, even with `-mno-unaligned-access` we still get some register-indirect unaligned accesses to malloced memory.
Also we deal with some packed structs, so need unaligned access to RAM.
In the Cortex configuraiton I can see the configuration options, but they are all greyed out

How can I change the memory type in the memory tool from device to normal?
