cancel
Showing results for 
Search instead for 
Did you mean: 

Missing SDRAM option in STM32CubeIDE for STM32H750VB

htMercury
Associate II

Hi, I'm developing a STM32H750VBT6 board that need SDRAM, the datasheet said that only LQFP144 package does not support SDRAM, but I cannot find SDRAM option in FMC configuration. Can someone please help me.Screenshot 2024-07-28 141009.png

Screenshot 2024-07-28 141021.png

Screenshot 2024-07-28 141159.png

 
1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

SDRAM is not available on the LQFP100 due to the missing A0, A1 pins (among others).

TDK_0-1722167268383.png

 

Contrary to the datasheet, SDRAM is available on the LQFP144 according to CubeMX and my own brief analysis.

@Amel NASRI Can you please look into this?

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

9 REPLIES 9
AScha.3
Chief II

Hi,

(i never tried before...but) here on H750V , 

seems little bit "hidden" , only bank2 can be sdram :

AScha3_0-1722153119616.png

 

If you feel a post has answered your question, please click "Accept as Solution".

I'd be surprised that the 100 pin part exports all the pins needed for SDRAM and the 144 pin doesn't. 

Go through the pin table in the Data Sheet and check manually. 

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

htMercury_1-1722160321448.png

I tried following your configuration but mine donot have Bank Mapping configuration. Can you please a little bit more detail ?

 

No detail - i just have it there. 🙂

Maybe - different H7 packs, i have:

AScha3_0-1722161436570.png

- using still V1.10.0 with MX 6.9.1   -- maybe there something different in version you use.

 

btw

Why you choose sdram on FMC , using up many pins on this 100pin package - and not a quad-spi psram ?

If you feel a post has answered your question, please click "Accept as Solution".
TDK
Guru

SDRAM is not available on the LQFP100 due to the missing A0, A1 pins (among others).

TDK_0-1722167268383.png

 

Contrary to the datasheet, SDRAM is available on the LQFP144 according to CubeMX and my own brief analysis.

@Amel NASRI Can you please look into this?

If you feel a post has answered your question, please click "Accept as Solution".

Hi @TDK ,

Thanks for bringing this issue to our attention. This is reported internally (Internal ticket number 187681).

-Amel

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.

Hi @AScha.3,

After considering your suggestion about using QSPI PSRAM, I've searched for information about it and am somewhat confused about the QuadSPI mode. It has an option "Dual Bank with Quad Lines." As I understand it, this supports two QSPI devices. Can I use a QSPI NOR Flash and a QSPI PSRAM simultaneously, or can I only use two flashes?

Sorry for my dumb question, but I cannot find any detailed information about using QSPI PSRAM with STM32 and have no idea about "Bank". I have just started learning STM32 after a long time playing around with ESP32, which always has on-chip PSRAM and Flash (If this question is off-topic, I'll create a new topic).

Hi,

sorry, i got it mixed up :

on H750 you have quad-spi : -- for flash .. two banks ,  flash (ram - dont know, but i see no "ram" in ds. Maybe you know: if it has same access mode as the flash chips , it could work with ram also. )

AScha3_0-1722340150723.png

on H563 (i have also) you have octo-spi : -- for ram or flash...

AScha3_1-1722340236179.png

 

If you feel a post has answered your question, please click "Accept as Solution".

I'm still unclear on a few things, but anyway thanks for your dedicated support 😍