2022-01-20 09:02 AM
Hi,
I'm new to STM microcontrollers.
I was wondering if you could help me with running external ram IS42S16400 on STM32F429 using SDRAM interface.
I'm attaching my project.
Thanks a lot for your help :)
2022-01-20 10:13 AM
Perhaps look at the demo/example codes available for the STM32F429-DISCO, looking at the bus timings (clock cycles), and pins, vs the datasheets for the SDRAMs you've designed with.
2022-01-21 12:48 AM
2022-01-21 02:41 AM
Dear @AKowa.2 ,
As said by @Community member STM32F429-DISCO has the same SDRAM part number as yours.
So the first thing to do is to check the clocks: try to have system clock configuration / prescalers / FMC timings for the memory same as the example available in CubeF4 under the path Projects\STM32F429I-Discovery\Examples\FMC\FMC_SDRAM.
Try also to check GPIOs config in relation with the SDRAM.
SofLit