What CodeWarrior version to use DEMO9S08QG8 board?

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

What CodeWarrior version to use DEMO9S08QG8 board?

跳至解决方案
783 次查看
swimdisplay
Contributor II

Am reinstalling after a disk crash.  I was using an old version of CodeWarrior.

 

I would like to program an HC9S08 via a DEMO9S08QG8 board.

What would be the best CW version to use?

How do I configure it to attach to the target?

 

Thank you.

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
554 次查看
TICS_Fiona
NXP Employee
NXP Employee

We have two CodeWarrior tools that support 9S08QG8.

1) Classic CodeWarrior v6.3

It can be downloaded from:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MICROCONTROLLERS

It is a 32-bit application, and not compatible with Windows 7

2) Eclipse CodeWarrior v10.6

This version fully supports Windows 7 & 8. It can be downloaded from:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MCU10

By default, we would recommend CodeWarrior v10.6 since it is the latest version.

For how to connect the target in CodeWarrior,  please refer to its help document.

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

4 回复数
554 次查看
swimdisplay
Contributor II

Thank you Fiona.  What worked for me was to use CW v10.6, and then update the BDM driver from http://www.pemicro.com/downloads/download_file.cfm?download_id=301

0 项奖励
回复
555 次查看
TICS_Fiona
NXP Employee
NXP Employee

We have two CodeWarrior tools that support 9S08QG8.

1) Classic CodeWarrior v6.3

It can be downloaded from:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MICROCONTROLLERS

It is a 32-bit application, and not compatible with Windows 7

2) Eclipse CodeWarrior v10.6

This version fully supports Windows 7 & 8. It can be downloaded from:

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CW-MCU10

By default, we would recommend CodeWarrior v10.6 since it is the latest version.

For how to connect the target in CodeWarrior,  please refer to its help document.

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

554 次查看
swimdisplay
Contributor II

Thank you Fiona.  Indeed CodeWarrior v10.6 builds the image okay. but does not offer any way to flash the DEMO9S08QG8 board.

0 项奖励
回复
554 次查看
TICS_Fiona
NXP Employee
NXP Employee

To program an image file in CW10.6 IDE, you may create a Target Task for flash programmer, or use the 'Flash File to Target' feature.

For details, please view the section <Debugger->Flash Programmer> in v10.6 FAQ Guide:

C:\Freescale\CW MCU v10.6\MCU\Help\PDF\Microcontrollers_FAQ_Guide.pdf

To use it as a standalone tool, please see below for how to do it:

http://mcuoneclipse.com/2012/08/02/standalone-flash-programmer/

Here is CodeWarrior Flash Programming from a DOS Shell

http://mcuoneclipse.com/2012/08/03/codewarrior-flash-programming-from-a-dos-shell/

In addition, you can also use the external hiwave.exe inside CodeWarrior v10.6, for how to do it, please view the section <Debugger->Miscellaneous->How can I configure and launch an external tool or debugger?> in:

C:\Freescale\CW MCU v10.6\MCU\Help\PDF\Microcontrollers_FAQ_Guide.pdf

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------