how to get exFAT files to access 64 Gb memory card using stm32f103
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-08 3:20 AM
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​
- Labels:
-
FatFS
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-08 3:27 AM
Check EXFAT usage is enabled via ffconf.h
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-08 3:30 AM
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.​
Up vote any posts that you find helpful, it shows what's working..
