I control an SD Card via the SPI bus using the SPI Framework Device framework on sf_spi.
Is it possible to read the files inside it using FileX?
Currently I use the FatFs libraries (FAT file system module), but since I should implement an ftp server through NetX to do so I have to use FileX. Do you have any examples or piece of code from which to draw inspiration?
I tried to modify the project where an FTP server is implemented via RAMDISK but without success.
The BSP version I am using is 1.1.0
Thank you very much for any help
Is it possible to read the files inside it using FileX?
Currently I use the FatFs libraries (FAT file system module), but since I should implement an ftp server through NetX to do so I have to use FileX. Do you have any examples or piece of code from which to draw inspiration?
I tried to modify the project where an FTP server is implemented via RAMDISK but without success.
The BSP version I am using is 1.1.0
Thank you very much for any help