How to enable external RAM using SDRAM on STM32F429?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-20 9: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 :)
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 2: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
