cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to launch from RAM using cube IDE?

tempdeltavalue
Associate II

Hi, I do not have enough flash memory on my dev board  (STM32F7508-DK) to launch my program. How can I run it from RAM? Is it possible to toggle CubeIDE for that somewhere?

3 REPLIES 3
Pavel A.
Evangelist III

This board has 16 MBytes of external QSPI flash and 8 Mbytes of external DRAM.

Please refer to the board and CubeIDE documentation on using these memories. There are also examples and tutorials.

tempdeltavalue
Associate II

Find  a ready file (produced by CubeMX/IDE) named STM32F746NGHX_RAM.ld 

Do not edit anything else yet.