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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,450 次查看
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
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,185 次查看
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 项奖励
回复
2 回复数
1,186 次查看
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 项奖励
回复
1,185 次查看
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