Hello,
There is no direct example that provides an execution from External paralel NOR Flash.
As said in the previous thread, the AN4891 "STM32H72x, STM32H73x, and single-core STM32H74x/75x
system architecture and performance" with the package X-CUBE-PERF-H7 could help you to do what you are looking for and inspire from the execution from QSPI Flash.
What important is to configure the NOR flash in the system_stm32h7xx.c as done for QSPI memory in X-CUBE-PERF-H7. You need to find the Flash loader of that Flash memory and add it in the IDE. Otherwise you will use STM32CubeProgrammer and add that flash from External Flash loader and upload the .hex file generated from the IDE.
For the linker file you need to refer to the QSPI example scatter file: 8-M7-QSPI-Single_rwDTCM.sct for KEIL under Projects\STM32H743I_EVAL\stm32h7x3_cpu_perf\MDK-ARM\scatter_files
For IAR: C:\Users\sofiene\Downloads\en.x-cube-perf-h7\STM32CubeExpansion_Performance_H7_V1.0.0\Projects\STM32H743I_EVAL\stm32h7x3_cpu_perf\EWARM\icf_files
And for system workbench Projects\STM32H743I_EVAL\stm32h7x3_cpu_perf\SW4STM32\ where .ld file are located in the different project folders.
Hope it helps.