Have CodeWarrior version 3.0 for HCS08, need to migrate to 9S08GT60A, which version to use!

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

Have CodeWarrior version 3.0 for HCS08, need to migrate to 9S08GT60A, which version to use!

Jump to solution
2,459 Views
yasha11
Contributor I
Hello!
I have a professional version of HCS08 CodeWarrior Version 3.0. Till now I had worked with Microcontroller 9S08GT32, and now I need to work with 9S08GT60A controller. 
1) What is the minimal version of CodeWarrior, I need to start working with this specific controller.
2) How can I upgrade mine present version 3.0 of the CodeWarrior to the new version.
3) How do I migrate the present project for 9S08GT32 to GT60A?
Thanks in advance
Yakov
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
1,194 Views
RockyRoad
Contributor III
Yakov -

J2MEJediMaster's response needs some clarification.

1. CodeWarrior 3.0 will not support the GT60A. You will need CodeWarrior 5.1. I can't tell you what level (Special, Standard, Pro...) you need because I can't tell if you're working in C and if you're using Processor Expert.

You might check out the Buyer's Guide at

http://www.freescale.com/files/soft_dev_tools/doc/support_info/CWS-H08-PB.pdf

for more details on products supported and features available in each level.

- Rocky

View solution in original post

0 Kudos
Reply
2 Replies
1,195 Views
RockyRoad
Contributor III
Yakov -

J2MEJediMaster's response needs some clarification.

1. CodeWarrior 3.0 will not support the GT60A. You will need CodeWarrior 5.1. I can't tell you what level (Special, Standard, Pro...) you need because I can't tell if you're working in C and if you're using Processor Expert.

You might check out the Buyer's Guide at

http://www.freescale.com/files/soft_dev_tools/doc/support_info/CWS-H08-PB.pdf

for more details on products supported and features available in each level.

- Rocky
0 Kudos
Reply
1,194 Views
J2MEJediMaster
Specialist I
I'm working with the HC(S)12 right now, but hopefully some of what I know will apply to your situation.

1) If the 9S08GT60A is a HC08 derivative, what tools you have should still work. You may need to do a minor upgrade to include that deriviative's header files if it's new.

2) Check with licensing@freescale.com.

3) If your current version of Codewarrior supports the 9S08GT60A, then just open the old project with Codewarrior. However, to ensure that you get the proper default settings for the new processor, I'd opt for using Codewarrior's New Project Wizard to build a 9S08GT60A project from scratch, then add your source code to that.

---Tom