cancel
Showing results for 
Search instead for 
Did you mean: 

how to get exFAT files to access 64 Gb memory card using stm32f103

Mallesh
Associate

I am doing sd card operation using stm32f103c8t6. For sd card operation, i use FATFS files from stmcubx. But the problem is, that this generated FATFS file is only supported for up to 32Gb.

Further above the size of sd card operation, it doesn't work. Please let me help me out with this issue.

Thank you in advance.

 #STM32F1​ 

#SDCARD

#exFAT

#FatFS​ 

2 REPLIES 2

Check EXFAT usage is enabled via ffconf.h

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

Also use a current version of FATFS for large media, the 2017 release has known issues.

Check DISKIO layer for operational limits. The F1 should be capable of using 400GB+ media.​

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