Question
FatFS and FreeRTOS error f_write().
Good day.
I am having difficulty with FatFS while working with FreeRTOS.
The problem is of the following nature. Mounting the distka goes well. There is no problem to create a file either. But when trying to write to a file, the f_write () function always returns FR_DISK_ERR.
