2022-01-26 12:06 AM
I modified my project from filex demo in package STM32H7 AZURE, when i insert a SD card which has only one partiton, filex can read/write files on SD card. Then i format the SD card and create two partition, now filex cannot mount SD card. the error code is FX_MEDIA_INVALID. (The files system is FAT32)
------------------------------------------------------------
update: Formatting with exFAT can resvolue mount issue.Now I can mount SD card and read first partition, but accessing to second partiton is still pluzzed me.