STM32WLE5JC FatFS cannot open, read file, cannot get number of free clusters
I have been trying to use the FatFS file system to create a new file on the SD card, or to read a simple txt file on the SD card. However, I seem to be running into issues after mounting the SD card. Initially, I ran code to:- mount sd card in main- ...