i have some little endian software package(c source) which will reused in tms570.
the little endian software is some communication protocols, includes some c constructs, unions written in little endian.
tms570 default is big endian, do i have some easy method to use my old c source written by little endian?
dose tms570 have some option to config to process as little endian.
in the worst case, i have to modify these c source manually.