Hi,
I am looking for a file system in C that I can take and use directly on my ATmega2560. I just need to create files on SD card or DataFlash, access and transfer them over FTP etc.
I have looked at Atmel application notes and there something called "Atmel File System" as described in AVR114 application note here: http://www.atmel.com/images/doc7...
However, the Atmel FS seems to be compatible with AT32UC3x, AT90USBx and ATmega32U4 only. I wonder if I can use this file system on ATmega2560 without a problem?
If this is not possible, can anyone recommend a file system I could use please?
Thanks & Regards...