Part Number:CC1310
Tool/software: Linux
Currently compiling sources for the CC1310 MCU from Energia/GCC tools.
I need to convert the resulted elf file into Intel hex format so I was initially using objcopy for this:
arm-none-eabi-objcopy" -O ihex "image.elf" "image.hex"
The problem is that SmartRF Flash Programmer 2 (for Windows) is not able to flash the hex file generated ("Failed!"). I've compared that hex file with a valid image downloaded from the target board and both files differ very little. However there has to be something related to a portion of information being lost in the conversion process.
Am I maybe missing an extra flag in the objcopy command?
Thanks for your help.