This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SD CARD PROBLEM

Hi, i'm finish to test FATFS and when I execute command 

fresult = f_write(&Fil, "teste escrita realizado com sucesso \r\n", 35 ,&bw);

The fresult return:: FR_INVALID_OBJECT : The file/directory object is invalid or a null pointer is given.

Why is this happen? Someone can help me ?