STM32F746BG Offload .rodata onto QSPI
Hello,
I have moved an .rodata portion of a file onto the QPSI. This happens to be a TouchGFX file that has a lot of rodata. It is FrontendApplicationBase.o
When I change code else where in my project (unrelated to TGFX or the FrontendApplicationBase), the contents of my QSPI change, why is this?
My on board Flash is near full and I would like to offload some rarely changed files without having to flash the QSPI memory with every change I make to any file. I can provide more information if needed.