Question
Use internal flash and external NOR in one application
I am using stm32h743, my program is too big to fit in internal flash so I have to use QSPI or FMC. My question is that I don't want to put the whole application in external flash since it is slower, are there ways to have my part of the application in IROM and part in external ROM?
I am thinking to use linker script, and __attribute some functions to NOR, would that work? and how do I deploy the binary (I am using Keil IDE)? or do I have to write a BL to copy code to NOR before launching my app?
Thanks!
