Hello,
For file operations should we use the fopen(), fclose() generic calls or f_open() and f_close() as defined in ff.h of bios?
For fopen i am able to do file operations with full path as fat:<driveno>:<filename>
fat defined in application cfg file as FatFS.fatfsPrefix = "fat";
But for f_open above full path gives an error no 12. I also tried with "/<driveno>/filename" with the same result.
How should be the full path in case of f_open().
Note: If the drive number is 0 then by just giving the filename i am able to create the file.
I am using the bios version: 6_33_01_25
running on DSP core of LCDK with omapl138
Thanks & regards,
Prasad