How can I log (read and write) data to an SD card on an STM32L0 or L1 or any STM32 for that matter over SPI.
I've been furiously googling for days and I can only find random libraries that people have written and most have been abandoned or are just so complex I cant get it working.All I want to do is to log a line of data to a file on an SD card with the f...