@TomC818
can you explain a little more on how to only flash the large data to the external flash without running any codes by the mcu?
If you want to store the model data to the nor flash.
You can add text.ldt in the linkscripts folder.


After compile this project.

And when you debug or flash, the data in OSPI_FLASH will be flashed into the octal flash.
After you initialize nor flash, you can directly use these data.
I have just completed the relevant demo, but due to company policy, I am unable to share my project. I will write an article about this project in the near future.
BR
Harry