Hi,for my current project, I like to use the FatFS library to read/write data to an SD card, connected to a STM32F429 through SDIO interface. This generally works and I can create/read/write files on the SD card.In addition, I like to use USB mass st...