USB host f_write fails when writing too many characters
My project uses H7 MCUWhen I use the USB host I try to write to the USB device, this works OK if I do not write more then 13 characters to a line any more and the data is not written to the file but the file is still created. The below code writes 10...