This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

fatfs in AM335x starterware

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?