I have a HEX file for my application on dsPIC33, now I want to send the file over to microcontroller via serially.
As the HEX file generated by the compiler are intel hex format, I tried to convert it to binary with arm-none-eabi-objcopy
, which, as expected does not work.
Is there any tool to convert HEX or ELF files to raw binary for dsPIC33?