I try to use STM32F103RET6 to read a TF card. Report Disk Error
I build the whole program by the IDE. Following is my code. I can read the CID of the card without select the fatfs middleware. The program report FR_DISK_ERR in f_open. The f_mount works fine.int main(void) { /* USER CODE BEGIN 1 */ /* ...