Question
STM32F746 Disco board - How to enable external SDRAM
Hi,
I am new to STM32 systems and CubeMX5 and have several questions.
I am using STM32F746 disco board with TrueStudio , I am trying to work with external SDRAM (first time working with external RAM) I configured the FMC and generate the code but all the memory not in extenal SDRAM (the address is not 0xC0000000 and above).
- What should I do or change to make work ?
- I understand that external ram change the internal or at least make it bigger, Am I right?
- It will be great if I can move the heap to the external RAM
Thanks for the help!!!
David