how to convert .hex file to .elf file
i have two project one is bootloader and other is application.for downloading purpose i have pls usb/jtag adapter and ude visual platform 4.4 which only programme .elf file. i have knowledge how to combine two hex file .but dont know how to convert hex file to elf file.
i can convert elf to hex using command
objcopy.exe -O ihex out.elf out.hex
but don't know how to convert reverse??
and is there any other way of doing this?
