cancel
Showing results for 
Search instead for 
Did you mean: 

What is the maximum size of SD card that, I can use with ST controller for storing data? Please suggest the controller series also.

JJ.2
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions

Largest one I've used/test to capacity was 400GB, on multiple STM32 platforms (F4, L4, F7, H7..), and with FatFs builds that work properly..

Could probably get the F1 to work if I could find one with an SDIO interface, as the SPI is slowww..

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

3 REPLIES 3
Ozone
Lead

This depends on the firmware (like FatFS), not the controller.

Any type with SPI will do.

Largest one I've used/test to capacity was 400GB, on multiple STM32 platforms (F4, L4, F7, H7..), and with FatFs builds that work properly..

Could probably get the F1 to work if I could find one with an SDIO interface, as the SPI is slowww..

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

Can i use SDIO/MMC interface and SPI interface irrespective of firmware​? Or using which interface is suitable for large memory?