cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a reference design to connect a STM32U535 to a SDHC interface ?

DrPi
Associate II

Hi,

I'm working on a design containing a STM32U535. I need to connect it to a SDHC interface (µSDHC connector). 

The STM32U5 documentation talks about a SDMMC1_CKIN signal. It is not clear to me if this signal is always required or not. I think the documentation is not clear on this.

I do not use external transceiver and I don't need UHS-1 speed (1.8V mode).

Is there a reference design with a STM32U5 and a (µ)SDHC connector ? I have not been able to find one.

Nicolas

1 ACCEPTED SOLUTION

Accepted Solutions
AScha.3
Super User

Hi,

>I do not use external transceiver

so rm says :

AScha3_0-1756239836915.png

-> no need or chance to connect ckin to anything useful.

and a sd-card has these pins to connect :

AScha3_1-1756240006022.png

>if this signal is always required or not

So obviously not required.

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

View solution in original post

4 REPLIES 4
KDJEM.1
ST Employee

Hello @DrPi and welcome to the community;

 

The STM32L476G-EVAL board have a slot for microSD™ card supporting SD, SDHC, SDXC.

I recommend you referring to the board schematic and get inspired to design your PCB. 

KDJEM1_0-1756204864177.png

 

I hope this help you.

Thank you.

Kaouthar

 

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.

Hello @KDJEM.1 ,

Thanks for your answer. Unfortunately, the design you reference is of no help with my problem. The µController (STM32L476G) used on this design does not have a SDMMC1_CKIN pin. So I can't deduce anything concerning the usage of the STM32L476ZGT6U signal.

 

Regards,

Nicolas

AScha.3
Super User

Hi,

>I do not use external transceiver

so rm says :

AScha3_0-1756239836915.png

-> no need or chance to connect ckin to anything useful.

and a sd-card has these pins to connect :

AScha3_1-1756240006022.png

>if this signal is always required or not

So obviously not required.

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

You are right. I missed this information.

Thanks for pointing me on it.