Code Warrior TAP usage

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Code Warrior TAP usage

ソリューションへジャンプ
2,696件の閲覧回数
anandhakumarm
Contributor III

Hi All,

 

How to use the CodeWarrior USB TAP.. it  is not getting detected in the IDE.. i followed all the steps given in the document.. but after clicking the debug button, it throws error..

Also i want to know how to get the console of the LS2085A QDS board in IDE..

 

my IDE Version ID is 11.1 and Build ID is 150505

 

If someone has handson experience in working with CodeWarrior and its IDE, please help me in this issue..

 

-

Thanks

Anandh..

ラベル(1)
0 件の賞賛
返信
1 解決策
1,883件の閲覧回数
addiyi
NXP Employee
NXP Employee

Could you try using ccs to detest your CodeWarrior tap? Open a ccs console and issue this command:

(bin) 1 % findcc cwtaps

If nothing is displayed, then go to Freescale\CW4NET_v2015.08Alpha3\Common\CCS\drivers\usb\ and run setup.exe as Admin if you used WIndows OS or follow the steps from readme.cwtap.txt for Linux OS.

Then try again the ccs command to find cwtap.

Adrian

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,884件の閲覧回数
addiyi
NXP Employee
NXP Employee

Could you try using ccs to detest your CodeWarrior tap? Open a ccs console and issue this command:

(bin) 1 % findcc cwtaps

If nothing is displayed, then go to Freescale\CW4NET_v2015.08Alpha3\Common\CCS\drivers\usb\ and run setup.exe as Admin if you used WIndows OS or follow the steps from readme.cwtap.txt for Linux OS.

Then try again the ccs command to find cwtap.

Adrian

0 件の賞賛
返信
1,883件の閲覧回数
anandhakumarm
Contributor III

Hi Adrian,

Thanks for your answer. We are able to getting the display in the ccs console. But we want to see the console of the board in IDE.. still our IDE(codewarrior development studio) is not detecting the TAP device. We can able to see the mac address in the ccs console.. can u please guide us in solving this issue..

We want console in IDE and IDE should detect the device.. can u please tell what settings has to be done in IDE as well as in hardware.

-

Thanks

Anandh..

0 件の賞賛
返信
1,883件の閲覧回数
addiyi
NXP Employee
NXP Employee

Do you have more than one cwtap connected on your machine? If yes, and you use a usb connection you have enter in Serial number field: FSLxxxxxx, where xxxxxx are the latest 6 digits from the mac address.

Also, from ccs you can issue log -v command, then you can see verbose log when debugger tried to connect to the board.

Adrian

0 件の賞賛
返信