f_mount is returning FR_NOT_READY when I am trying to write some data on to an SD card. It is neither working for 8 GB SD card, nor for 32 GB SD card.
This is the snippet of the code that is showing me the error. It has been written just above the while(1) function.Also, I have attached the whole code in the attachments. FATFS myFATFS; FIL myFILE; UINT testByte; if (f_mount(&myFATFS, SDPath, 1) == ...