How to generate bin file with CodeWarrior 5.2?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to generate bin file with CodeWarrior 5.2?

483 Views
hyhy
Contributor I

How to generate bin file with CodeWarrior 5.2, the CPU I use is mc9s12xeq512, how to set the burner? thank you very much!

0 Kudos
1 Reply

470 Views
StanoA
NXP TechSupport
NXP TechSupport

Hello Hyhy,

When you create own project in CW_5.2 you need to select "Connection" to your MCU - select P&E USB BDM Multilink. Then during project compilation process the files *.abs, *.glo, *.map and *.s19 will be created. Those files are used by BDM Multilink interface to burn you code into MCU. It is possible to use the hiwave.exe program to connect with MCU and provide the compiled *.abs file for this tool. Then you can burn it into MCU by several interfaces or run Full Chip Simulation to test you code execution.

You can access it on c:\Program Files (x86)\Freescale\CWS12v5.2\Prog\hiwave.exe.

I hope it could help you to solve your issue.

You are welcome to ask if you need.

Best Regards,

Stano.

0 Kudos