Problems with development board MSC8156ADS

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

Problems with development board MSC8156ADS

跳至解决方案
2,191 次查看
anis
Contributor I

Hello!

I have some problems with development board MSC8156ADS. For undefined reasons processor could not be upload via USB with a help of CodeWarrior SC. I’ve never met such situation before. Also CodeWarrior error message appears on the screen with the text : “CCS Protocol: CCS: Network timeout”. What could cause such problem?

Thank you!

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,376 次查看
Irene
NXP Pro Support
NXP Pro Support

We need to make sure that the USBTAP is set up correctly for debugging.  Follow steps below:

1.  Start-->Programs-->Freescale CodeWarrior -->CodeWarrior for StarCore -->CodeWarrior Connection Server.  The CodeWarrior Connection Server window appears in the system toolbar.

2.  Double-click on CodeWarrior Connection Server icon.  The CodeWarrior Connection Server window appears.

3.  Type show cc -- display the correctly configured device

4.  Type delete all -- delete configured devices.

5.  Type show cc -- display the correctly configured devices.  At this point it should say that there are no command converter configured.

6.  Type config cc utap

7.  Type show cc -->It should state that it is sending code to the USB TAP.

8.  Try to debug your application.

 

 

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,377 次查看
Irene
NXP Pro Support
NXP Pro Support

We need to make sure that the USBTAP is set up correctly for debugging.  Follow steps below:

1.  Start-->Programs-->Freescale CodeWarrior -->CodeWarrior for StarCore -->CodeWarrior Connection Server.  The CodeWarrior Connection Server window appears in the system toolbar.

2.  Double-click on CodeWarrior Connection Server icon.  The CodeWarrior Connection Server window appears.

3.  Type show cc -- display the correctly configured device

4.  Type delete all -- delete configured devices.

5.  Type show cc -- display the correctly configured devices.  At this point it should say that there are no command converter configured.

6.  Type config cc utap

7.  Type show cc -->It should state that it is sending code to the USB TAP.

8.  Try to debug your application.

 

 

 

0 项奖励
回复