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.

little endian software migrate to tms570

 

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.

 

  • For this device, there is no configurability for selecting little endian. The device uses big endian (BE-32) only. Endianess selection is being considered for future devices. The ease of the little to big endian conversion for the c-code depends on the constructs being used etc. Unfortunately, we don't have an easy conversion tool that we can recommend.