FATFS poor write performance because of disk write waiting
I have debugged poor f_write performance to SD card on H743 and have noted, that BSP funtion waits the disk write command to complete before return. What for was it so designed? It will work much faster if to return immediately after giving the write...