Hello,
I was trying an "elf" to "srec" format conversion using the "hex470.exe" provided along with code composer studio.
I have an elf file and correponding "map" file with the entry point address as
ENTRY POINT SYMBOL: "main" address: 00081208 -- copied from the start of the map file.
i used the following command
>hex470 -m3 pipt1.elf -o pipt1.abs
to convert to the srec format.
When i check the pipt1.abs file, i observe that the starting address at the end is 0x00000000 which is not the one expected.
S70500081208D8 ---> expected
S70500000000FA -----> Observed(from the srec file)
Can you please suggest a solution to this.
The corresponding elf, srec and map file has been attached.
Thanks in advance,
Renjith George