I have a problem with FATFS
Posted on December 01, 2017 at 04:40I am working with STM32F407 Discovery Board and micro SD Card. I use STM32CubeMX version 4.23 to config SDIO 4 bit.This is my code to read data from micro sd card: FATFS myfatfs; FIL myfile; uint8_t SD_Data_Read_A...