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 ?