Would it be possible to run code that is partly written in internal flash and partly written in external flash?
Hi everyone!
Quick question: this is my platform.
- STM32F4 main controller
- external QSPI flash
I'm currently using FreeRTOS with TouchGFX so the external flash stores the graphical resources. In case I run out of memory, could I run some of the code (the "excess" code) in external memory by modifying the linker file appropriately? Obviously I'll have performance issues because I would have to fetch code from the QSPI, but would it be feasible in a theoretical way at least?
Many thanks to all! :)