What if I *want* a LOAD segment with RWX permissions?
I'm getting the "elf has a LOAD segment with RWX permissions" warning, and a quick search here reveals a couple of ways to get around this: Disable the warning, or edit the .ld file.
However, in my case, I'm using the upper half of the STM32's flash area to emulate non-volatile memory. So I want my flash to be writeable.
Can anyone suggest some magic to put in my linker file that will make the warning go away, but also allow me to write to flash?
Also: I'm using STM32CubeIDE, so my linker file is auto-generated. Is there a user-override mechanism (like there is in the source code)?
Thanks.
