cancel
Showing results for 
Search instead for 
Did you mean: 

STM32h753 +SDRAM

MFawzy
Associate III

Hi,

I'm buiding a custom board which involve STM32H753XIH6 and  IS42S32800J-6TLI, I noticed that STM32H7B3-EVAL schematic has the following:

  • The SDRAM (IS42S32800J-6BL) does not use A12 and A13 — only A0–A11 are connected.

  • The Bank Address pins (BA0, BA1) of the SDRAM are instead connected to FMC_A14 and FMC_A15.

This raises my question:

  • Why does the STM32 FMC map BA0/BA1 to FMC_A14/A15 specifically, instead of FMC_A12/A13?

  • Can you confirm if the schematic is correct for this SDRAM interface given the below configuration.

MFawzy_0-1757692443042.png

MFawzy_0-1757692536312.png

 

Thanks,

Moahmmed

1 REPLY 1
TDK
Super User

> Why does the STM32 FMC map BA0/BA1 to FMC_A14/A15 specifically, instead of FMC_A12/A13?

FMC_A12 (PG2) doesn't have FMC_BA0 as an option. FMC_A14 (PG4) does. That's the only pin on this chip that has that function, so that's why it's used.

TDK_0-1757695250542.png

 

Posted schematic looks good to me.

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