2020-10-10 01:39 AM
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 command and wait before the next command, if it will be given shortly.