Does anyone know how one would change the filename's extension for the motorola output? *.m3 does not follow the standard I am aware of, which is *.s37.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Does anyone know how one would change the filename's extension for the motorola output? *.m3 does not follow the standard I am aware of, which is *.s37.
I presume you are using a hex conversion utility such as armhex or hex6x. The option --outfile=filename can be used to name the output file.
Thanks and regards,
-George
I found that -outfile=filename was rejected when placed in the "Set Additional Flags..." section of ARM Hex Utility under CCS Build (found under project properties). I ended up finding the equivalent fix under "ARM Hex Utility" -> "General Options" -> "Specify output file names" and it resolved my issue.