How to run a program bigger than 2MB on STM32F769I-DISC1 using Atollic?
My compiled program could be around 50MB. I am browsing internet several days to find a way how to run it at STM32F769I-DISC1. So far I just configured SDRAM1 128MB.
My questions are:
1) Can I compile the program and in Debug mode copy it to SDRAM and run it from there using Atollic?
2) For release, can I store .HEX file in SD Card and on the start copy it to RAM and run it from there? (I saw AN5188, but it is not so clear to me even how can I run mentioned examples.)
For the background, I am trying to build IIoT device which is using OPC UA with companion specifications - therefore my program needs to be so big.
