Hi Sami,
You can use CW debugger (hiwave) or 3rd party company sandalone programmer(not free but professional) to program burning file to chip.
NXP only has CW hiwave debugger for programming :
To program S record file into flash with P&E USB multilink universal, we need make sure Multilink universal's firmware support HCS12.
then the simplest programming way is as below:
The method is as below:
- make sure the hardware is well connected with PC.
- open Hiwave debugger “Hiwave.exe” in {Your CW install directory}\prog
- then in debugger, go to menu “component”, “set connection…”. In new pop-up small dialog, in the dropdown list, select COLDFIRE and P&E Multilink/Cyclone Pro. Click OK to close this dialog.
- go to menu “CFMultilinkCyclonePro”, “Select derivative”, select the right device chip.(the debugger will automatically pops up windows to remind you set it too)
- go to menu “CFMultilinkCyclonePro”, “connect”, Set the right connection. (the debugger will automatically pops up windows to remind you set it too)
- go to menu “File”, “Load application…”. Import the .s19 file into debugger. You could have a browse the content at the memory window of the debugger, it should be in coincidence with the s-record file.
- Press F5 to run. The code should download into the flash.
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------