Next step after compiling?

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

Next step after compiling?

3,008 Views
DoktorLekar
Contributor I
I have successfully compiled code for  56f8322 and now what?
Where is that file i should upload to the microcontroller, i expected it to
be in hex format?
Can i use wiggler to program the microcontroller?
 
Thanks!
Labels (1)
Tags (1)
0 Kudos
3 Replies

433 Views
J2MEJediMaster
Specialist I
Are you using the command line tools?

If you're building the program from within the CodeWarrior IDE, you should be able to select Debug under the Project menu and the IDE will automatically download the file to the processor for you. (This assumes that you've picked a hardware target to build to, and not the emulator.)

---Tom
0 Kudos

433 Views
DoktorLekar
Contributor I

The thing is that i only have this codewarrior and microcontroller (56f8322) nothing else.

I need some kind of programmer to program the chip from s-record file generated by compiler.

What would you suggest me what to use , which programmer, I am willing to make one of my own but i dont understand the protocol (JTAG), because comercial programmers are too expensive.

Thank you for your support!

0 Kudos

433 Views
J2MEJediMaster
Specialist I
Under the CodeWarrior Products choice on the left side of this Web page, pick 56800/eHybrid from the drop-down menu. On this page you'll find a lot of documentation. Under the User Guide section, you'll find the 56800E Flash Programmers Guide. Download the Acrobat file and read that. Return to this same page, and scroll downwards until you find the Emulators/Programmers/Wigglers section and you should be able to choose a programmer device suitable for your setup.

---Tom
0 Kudos