Open priddis opened 5 years ago
Writing to LittleFileSystem with HeapBlockDevice complete. Now working on LittleFileSystem with an external BlockDevice.
FATFileSystem and LittleFileSystem successfully implemented on SDBlockDevice with Nucleo-L476RG specifically. Successfully managed to format, create file, read the file, and then read the created file on restart.
Can you please push your code? I'm looking to doing something similar and would like to see how you have done this.
Pushed to FILESYS branch.
CougSat1-Software/CougSat1-IHU/test/FATFileSystem/
Wiring complete. FAT32 file system created. Working on accessing specific files.