2013-02-16 03:39 PM
Hi all,
I am using fatfs as file system and I need to handle the end of file but I didn't file something equivalent towhile
(!
feof
(golf))
In an example available on fatfs, the end of file is detected when the read data is 0.
Is there a recommanded way to detect the end of file?
2013-02-16 04:35 PM
http://elm-chan.org/fsw/ff/en/eof.html
That or delve into the FIL structure.