Skip to main content
Associate
April 18, 2024
Solved

st6g3244mebjr usage on SensorTileBox.Pro

  • April 18, 2024
  • 1 reply
  • 1182 views

Hello,

 

I would like to interface STM32U5G9 with SD Card. Looking at SensorTileBox.Pro schematic, I see that an SD Card Driver (st6g3244mebjr) is placed in the middle. What is the added value in using it?

 

Thank you

Best answer by Peter BENSCH

The ST6G3244MEBJR (U16) is used as a level translator from 1.8V to 3.0V.

Does it answer your question?

Regards
/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
ST Technical Moderator
April 18, 2024

The ST6G3244MEBJR (U16) is used as a level translator from 1.8V to 3.0V.

Does it answer your question?

Regards
/Peter

In order 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.
GervaAuthor
Associate
April 18, 2024

That's ok.

I double checked the topic and, as the SD Card initial communication voltage level is at 3.3 V (only when switching to UHS-I changes to 1.8 V), we need for a certain initial time to shift communication to 3.3V. In SensorTileBox.Pro the STM32U5 is powered at 1.8 V. I hoped that the voltage level change could be managed directly by STM32U5, but it is stated the an external voltage level translator is needed.

Thank you