cancel
Showing results for 
Search instead for 
Did you mean: 

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

JKim.51
Associate II

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

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".

View solution in original post

3 REPLIES 3
TDK
Guru

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".
FBL
ST Employee

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 Accept as Solution on the reply which solved your issue or answered your question.

JKim.51
Associate II

Thank for your answer. It is very helpful.