Writing .BMP to SD card using FATFS. Distorted image.
Hi!I wrote a program to write a .bmp file to SD card using FATFS. I am using STM32CubeIDE and its generated code. I converted my .bmp file to a byte array online and then copied the array to my program.If i write the whole data at once, everything i...