Hi,
I am currently able to write to a file, which shows up when I plug it into my reader, however, when I go to open my file with gedit, it states that the file is corrupt... when I open it with emacs I can see the contents of the file, and the first two characters are 0 (or '\0'). This must be corrupting the file, however, those aren't in my buffer that I am sending to f_write (same function as used in ffsamples).
Any ideas?
Thanks
