Created Fri, 18 Nov 2016 18:05:44 +0000 by GrahamM242
Fri, 18 Nov 2016 18:05:44 +0000
Hi all,
Other than reading the code, is there any documentation for DFILE?
Ta!
Fri, 18 Nov 2016 19:38:56 +0000
Code and examples basically I'm afraid.
Oh, and behind it all is FatFS: http://elm-chan.org/fsw/ff/00index_e.html which can give you clues about how it works under the hood.
Sat, 19 Nov 2016 10:50:53 +0000
Thanks - took me a little while to realise I need to pass fsread the max number of sectors to read as well as number of bytes to read! I wondered why when I went over 512 bytes it stopped liking me. :)