cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo-L433RC-P doesn't contains SDIO (SDMMC connectivity) on CubeMX

MAndr.233
Associate III

Hi,

I designed a small board with STM32L433RCT6 MCU because in addition to meeting my requirements it also has SDIO. I've confirmed this in reference manual and in CUBEMx. While I was waiting for my board, I bought a Nucelo-L433RC to start develop some code. For my surprise, when I chose this board in CubeMx the SDIO doesn't appear on Connectivity section.

Any one knows how can I fix or mitigate this problem?

Thanks in advance

1 ACCEPTED SOLUTION

Accepted Solutions

The STM32L433RCT6P lacks the PD2 pin all the top/bottom side pins are shifted for VDD12

https://www.st.com/resource/en/datasheet/stm32l433rc.pdf

See Fig 8 vs Fig 9 in Rev 5 datasheet

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

View solution in original post

5 REPLIES 5

Might be a bug, but a lot of us don't have our hands bound by automated tools.

Try checking pin associativity for PD2, PC8 thru 12, and see what lights up.

You can always port the HAL code across

#TakeTheRedPill

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

Hello @Community member​ ,

Yes , SDMMC interface are not supported by 64-pin packages with SMPS option.. so sadly this board does not contain SDMMC

Regards,

Khouloud

MAndr.233
Associate III

Thank you both @Community member​  and @Khouloud ZEMMELI​ .

@Khouloud ZEMMELI​ so, If I understand it's only the Nucleo Board which does not have, due to SMPS. But STM32L433RCT6 64-pin package has?

Best Regards

The STM32L433RCT6P lacks the PD2 pin all the top/bottom side pins are shifted for VDD12

https://www.st.com/resource/en/datasheet/stm32l433rc.pdf

See Fig 8 vs Fig 9 in Rev 5 datasheet

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

Yes​ @Community member​  , STM32L433RCT6 64-pin package contain the SDMMC.

Regards,

Khouloud