FATFS Library for NRF devices using elm-chan
Based on SDK11
All credit goes to ELM-chan
- Change the pins in diskio.c
- sd_card.c is written by me, modify them according to your requirement.
- For some reason my sd card is not detected by default. Workaround: initialize first time with a random miso pin, then use the actual miso pin. Works flawlessly after that.
- Time taken to open and close file is huge, like 30ms or something, and without closing the file, nothing is written on it.
I am unable to resolve the issues on my own so any suggestions on improving the library are more than welcome.
Under DO-ANYTHING BUT CONTRIBUTE LICENSE