Skip to main content
JKim.51
Associate II
October 27, 2023
Solved

SDRAM 32bit bus can't be selected for STM32H735IGT6?

  • October 27, 2023
  • 3 replies
  • 2188 views

Hello,

I'm trying to connect SDRAM to STM32 for the first time and I'm having trouble understanding the specs.

In the datasheet, it seems the FMC peripheral can not support 32bit memory. Is it right?

 

JKim51_0-1698387161903.png

and could you recommend 64Mbit SDRAM for STM32H735IGT6?

I confuse connection interface with STM32H735IGT6 and SDRAM.

Thank you

 

This topic has been closed for replies.
Best answer by TDK

The STM32H735IGT6 (LQFP 176) lacks the necessary pins for 32-bit mode. Only the UFBGA176+25 parts have these pins.

TDK_0-1698417522870.png

For part selection, I'd recommend going to Digikey or your favorite parts supplier and searching by memory size and availability. Memory parts change frequently, so be aware they may only be available for a couple years.

3 replies

TDK
TDKBest answer
October 27, 2023

The STM32H735IGT6 (LQFP 176) lacks the necessary pins for 32-bit mode. Only the UFBGA176+25 parts have these pins.

TDK_0-1698417522870.png

For part selection, I'd recommend going to Digikey or your favorite parts supplier and searching by memory size and availability. Memory parts change frequently, so be aware they may only be available for a couple years.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Technical Moderator
October 30, 2023

Hello @JKim.51 

 

> It seems the FMC peripheral cannot support 32bit memory. Is it right?
As referenced in the note below the table, the 24-bit SDRAM controller is a 32-bit controller with only a 24-bit data bus and without NBL2-3. It can be used for graphical purposes to access aligned 32-bit words ignoring upper 8 bits. 

 

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL
JKim.51
JKim.51Author
Associate II
November 6, 2023

Thank for your answer. It is very helpful.