Is there an example to use external RAM for the STM32F429I-DISCO?
The evaluation board STM32F429I-DISCO has a Synchronous Dynamic RAM: ISSI IS42S16400J
I must use this external RAM instead of the internal RAM so I had a look to the example from "FMC/FMC_SDRAM_DataMemory"
The example looks quiete easy. Nevertheless I wonder if the example really fits to my hardware because the example implements one SystemInit_ExtMemCtl for "SRAM mounted on STM324xG_EVAL/STM324x7I" and an other SystemInit_ExtMemCtl for "SDRAM mounted on STM324x9I_EVAL board".
Do I need to adapt the SystemInit_ExtMemCtl for my evaluation board?