Hi,
I'm reading the code about FATFS of AM335x in the starterware (AM335X_StarterWare_02_00_01_01). In file ff.h(dir/of/starterware/third_party/fatfs//src/ff.h), has the configuration #define _MCU_ENDIAN 2(big endian), but gcc and ccs generates code little endian.Why define _MCU_ENDIAN 2 as big endian in the code?