cancel
Showing results for 
Search instead for 
Did you mean: 

[F4]Using FSMC and FMC together

P F
Associate
Posted on December 24, 2017 at 20:43

Hello,

is it possible to use the FSMC (LCD 8080) and the FMC (SDRAM) together on an STM32F4?

I want to drive an SDRAM and an LCD on the same address and data lines. Will there be any problems with this setup?

#lcd #stm32f4-fmc #sdram #fsmc
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on December 24, 2017 at 22:54

Review example code for 439 EVAL board, pretty sure that mixes SDRAM, SRAM, NOR, etc

http://www.st.com/en/evaluation-tools/stm32439i-eval.html

 
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2
Posted on December 24, 2017 at 22:54

Review example code for 439 EVAL board, pretty sure that mixes SDRAM, SRAM, NOR, etc

http://www.st.com/en/evaluation-tools/stm32439i-eval.html

 
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on December 25, 2017 at 12:44

Yes, you re right. The eval board mixes SDRAM and SRAM. I also found an example in the SPL how to use both (SDRAM must be put into idle to use SRAM).