stm32f103 cubx fatfs problem
Posted on August 04, 2017 at 16:41hii used open file unsigned char read_file (char *filename,unsigned long address,uint8_t *data){ FIL MyFile; /* File object */ char SDPath[4]; /* SD card logical drive path */ FATFS FatFs; /* Work area (file system ...