Hi All
This is a specific problem which I have come across while trying to run some code on a custom OMAP-L138 board.
I am trying to use Code Composer Studio V5 to load the binary on the board. It has been built for dsp in an build environment.
Attached is a pic of the target configuration file I had setup for this purpose in CCS.
Connection – TI XDS100v2 USB Emulator
Board – OMAPL138 – ARM9 and C674x Floating Point DSP with PRU
I launch this configuration (after testing the conenction) and then try to load the code.
From the pic, it seems like I am able to connect to the core through CCS.
But I am coming across the usual error - “Does not match the target endianness, not loaded.”
This error has been observed on some of the earlier posts where solutions have predominantly been to change the endian option in Project -> Properties
But unfortunately I coming across the same error on changing the endian (from 'big' to 'little') option during my build.
Any inputs on this matter would be greatly helpful as I think somehow the hardware is not accepting the code.
Note: I am sure the hardware is configured correctly and verified using some other code.