There is a Quad-SPI NOR device on the STM32F746G-Discovery Board that I would like to use to store read only data.
So the ideal would be that the linker file produces an ELF file for the F746G flash and a hex file to program the NOR.
Then I could use the STM32 ST-LINK Utility to program the target and the External Loader to program the NOR.
Can anyone kindly point me to how this might be done?