Skip to main content
Explorer
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

    This topic has been closed for replies.
    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

    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

    GervaAuthor
    Explorer
    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