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,462件の閲覧回数
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,197件の閲覧回数
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,198件の閲覧回数
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,197件の閲覧回数
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