Part Number: AM5726
Tool/software: TI-RTOS
Hi everybody ,
Please see the following file flags located in ff.h of the TI RTOS FATS:
/* File access control and file status flags (FIL.flag) */
#define FA_READ 0x01
#define FA_WRITE 0x02
#define FA_OPEN_EXISTING 0x00
#define FA_CREATE_NEW 0x04
#define FA_CREATE_ALWAYS 0x08
#define FA_OPEN_ALWAYS 0x10
#define _FA_MODIFIED 0x20
#define _FA_DIRTY 0x40
Please explain the meaning of each flag and how each of the flags correlates with standard file system file flags like given in:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/open-wopen
thank you very much
regards
Carlo
