CodeWarrior v6.3 without M52233 board to an open USB port on host PC.

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

CodeWarrior v6.3 without M52233 board to an open USB port on host PC.

1,947 次查看
wkl3
Contributor I
I'm a student taking a required lab class.  We have M5223 boards and are using CodeWarrior  v6.3.
 
I need help running the CodeWarrior software to run without the M52233 board on the USB port.  We have to write in assembly language by using asm() in C, then injecting assembly language code.
 
This runs great in the lab, but without a board plugged in I cannot even DEBUG a program I'm trying to write.
 
How can I get CW 6.3 to run assembly language code without the PBMSLK Project Board plugged in?
 
Thanks in advance,
 
WKL3
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

510 次查看
Black
Contributor I

It is possible to use the simulator mode for this processor by selecting the ISS Remote Connection "CCS-SIM" in your project settings, Remote Debugging panel>Connection in the "Console Debug" target of the stationery project (created with CodeWarrior for Coldfire stationery project wizard).

Please note that the Special Edition software does not support the Instruction Set Simulator (ISS). To use the ISS, you must have the Standard or Professional Edition software.

When you use a local ISS connection for debugging, the IDE starts the ISS automatically; the ISS icon appears on the taskbar. Right-click the icon to access the ISS pop-up menu. Its selection are:

- Configure - opens the ISS configuration options dialog box

- Show console - displays the ISS console window. (Another way to open this console window is double-clicking the ISS icon.)

- Hide console - hides the ISS console window

- About CCSSIM2 - displays version information

- Quit CCS - stops the ISS.

For more details please consult the CodeWarrior Help system and the targeting manual (CodeWarrior for ColdFire install folder\Help\PDF\Targeting_ColdFire.pdf)

0 项奖励
回复