Trouble with FatFS and SDIO(DMA) L4
Posted on December 22, 2016 at 22:05While my setup, in general, works just fine, the data I write is somehow misaligned. If I use f_write() with over 512 bytes of data it will behave in an unpredictable manner either adding or removing bytes. Since ...