Greatings,
I'm Using TMS570LC Launch to Communicate with SD Card and storing a .txt file using fat32
Fat32 Uses Little endian Format, so i'm supposed to convert the Data every time i receive it from Sd card and whenever i want to send it.
the basic Conversion code some how doesn't work properly, when searching i learned that tms570 uses BE32.
The Question is
What is the Difference between BE32 and Normal Big Endian(Byte).
is there is any code or reference that helps me Convert from little endian to BE32 and vice Versa.
