Codewarrior: Flash programming with an image file only.

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

Codewarrior: Flash programming with an image file only.

4,336 Views
awilliams
Contributor I
Hello all,

I'm using Codewarrior 5.7.0 and wanted to know if it was possible to use it to program parts using an output file only. For example, I would build a project and generate a *.abs or *.abs.hex output file (i.e. project.abs.hex).

Then I want to setup a temporary programming station for a tech using (Codewarrior and a PE micro usb multilink interface pod). The ultimate goal is to program the parts at the tech station without having the source code in the project.

Is this possible or am I way off base?

Thanks,

Anthony


Message Edited by awilliams on 2008-10-23 01:04 AM
Labels (1)
0 Kudos
Reply
3 Replies

1,466 Views
CompilerGuru
NXP Employee
NXP Employee
Which device are you using? I guess a S08 or a S12.

Which part of the "ultimate" solution does not work then?

For the S08/S12, the debugger hiwave.exe is separate from the CodeWarrior ide,
therefore the debugger does just support to flash abs or SRecords. SRecords and abs (ELF files) can be both loaded using the same UI. Just when loading an SRecord file there is no debug information available, so HIWAVE wont look for source code. When loading an ELF, HIWAVE knows the source file mapping and will look out for the source code, but its not necessary to actually provide it. Just a nice to have.

Daniel
0 Kudos
Reply

1,466 Views
awilliams
Contributor I
I'm using the MC9S08QG8 device.

I launched hiwave.exe, followed the prompts and loaded my *.abs.hex file. It worked.

Thank you very much Daniel.

Anthony
0 Kudos
Reply

1,466 Views
Lundin
Senior Contributor IV
If you are already using P&E, I'd strongly recommend getting a Cyclone Pro for production programming. The Hiwave debugger has very slow download time because it comes with a lot of debug info. It also gives your tech plenty of options to mess up. With the Cyclone you don't even need a PC nearby and it takes just a few seconds to program a S08.
0 Kudos
Reply