For AWR2944, how to realize mutual conversion between big endian and little endian in code without modifying compilation options?
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.
Hi,
What code are you running? Was the code compiled for big endian and you would like to run it on a little endian device?
Usually this is not possible. You would need to re-compile the code.
thank you
Cesar