Hi
I am working on s12zvca192 controller and for some purpose i want to generate .hex and .s19 output(executable) file of my project. Presently .Elf file is available as ouput(Executable) file but i need .hex and .s19 output file. I am using CodeWarrior 10.6.4 IDE for development.
Message was edited by: Pratheeksh Bharathan
Hi,
The burner.exe is provided and can generate the Srecord, Intel Hex or Bin file.
I recommend you to to refer on the S-Record, Intel Hex and Binary Files | MCU on Eclipse
Have a look to the second part of the doc starting by:
+++++++++++++++++
The solution is to use the burner utility which is an integrated tool for the 8/16bit (Freescale S08) tool chain. For S08 projects I can have a *.bbl
(Batch Burner Language) file in my project to generate all kind of output formats. The syntax of the .bbl file is explained in the ...
+++++++++++++++++
Follow step by step the process explained.
Have a great day,
Pascal
NXP Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------