2013-10-02 08:35 PM
Hi,
I kwow STM32F4 support FSMC interface with LCD, FLASH...and SRAM/SDRAM...I have some example FSMC with LCD, SRAM but I don't kwow how to interface and control SDRAM. Can anyone show me an example (schematic, principles...) of STM32F4 FSMC interfacing with SDRAM?Thanks in advanced! #sdram #sdram-stm32f429-disco-expansion #stm32f4072013-10-02 08:45 PM
You'd want to look at the F429 parts for SDRAM. Pull the schematics for the
http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259090
andhttp://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF259093
2014-01-19 12:02 AM
What chips SDRAM memory ST tested with STM32F4?
2014-01-19 12:36 AM
The design of the F429 is quite flexible, the limitations with be on the row, column, bank size, bus size, and the 256 MB window each chip is afforded. There are likely a vast array of PC100 speed parts that would work, and down clocked PC133, etc.
You'll really need to do your own due-diligence here. I'll observe that the STM32F429I-DISCO has an 8MB (64Mbit) device, the pinout and configuration would lend itself to alternative 16MB (128Mbit) and 32MB (256Mbit) parts.2014-01-19 02:43 PM
Can you show me an (St official) PCB Design Rules doc.( STM32F427/37<->SDRAM interface) ?
2014-01-19 03:48 PM
No, I can't.
You can review the other schematics, and PCB designs. You can communicate your request via a local ST rep or FAE. The general rules for SDRAM would apply, you'd want to keep all address, data, and control signals short, and of equivalent length/impendence.2014-01-20 02:37 AM
On my expansion board i use :
It's a 4 Bank , 2M x 16bits (16Mb) If you need a schematic for add it to a existing st429 disco board , go there :2014-03-24 04:05 AM
Excuse me,
but I have to
interface a
SDRAM
with
STM32F4
but
with
8bit
databus
.My problem is
that
I do not know
how to connect the
signal
DQM
?
The
Tools
STM32CubeMX
I did not
generate
this signal
.How so?
Maybe
must always be connected
to VDD
or
VSS
?There is
a circuit diagram
of example
?
thanks
2014-03-24 06:48 AM
Well it would need to be sampled low by the SDRAM otherwise it would block the write operation, and high-Z the reads, right? What does the spec on you SDRAM part say?
I suspect you'd either pull it low, or tie it to -CS. Ask your local ST rep or FAE for specific advice, schematics or application support.2015-04-24 04:42 AM
Hi Clive1,
Is it possible to attach that SDRAM to the FSMC and have a SSD1963 graphic controller also to the FSMC attached ? I have a F407 in 100pins QFP housing. thx, Tom.