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 an...