Hello, I am trying to record audio data from an ADC to a SD card with a nucleo STM32L552ZET6QU board. To write data into SD card using FatFs I initialised it : "// Open the file system - mount the drivefres = f_mount(&FatFs, "", 1); // 1 = mount now...