Page 1 of 1

It is possible to use FATFS over SPIFF?

Posted: Wed Feb 03, 2021 1:35 pm
by ihouses
Hi,

I want to use a library that needs to work with files organised in folders and uses functions like stat(), fopen()... etc.

Since SPIFF doesn't allow folders it is not not working. BTW the library is mongoose web server.

Is there anyway to access to my SPIFF unit as if I were a FATFs unit?

Thanks!