Hi team,
I am trying to generate a standard intel hex file with HEX2000.
However, as you can see in the file here, it seems not a standard intel hex, since the first line is not indicating my code start address.
Since I am programming to flash, the code should start from flash:
Here is the command I am using:
"${CG_TOOL_ROOT}\bin\hex2000" "${PROJECT_LOC}/OBC_28004x_Pjt.hcf" &
"${CG_TOOL_ROOT}\bin\BinGen28004x" "f280049" "${PROJECT_LOC}\Debug\OBC_28004x_Pjt.hex" "${PROJECT_LOC}\Debug\OBC_28004x_Pjt.bin"
What is the right way to generate this file?
Regards,
Brian
