Code Warrior TAP usage

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Code Warrior TAP usage

Jump to solution
2,702 Views
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..

Labels (1)
0 Kudos
Reply
1 Solution
1,889 Views
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

View solution in original post

0 Kudos
Reply
3 Replies
1,890 Views
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 Kudos
Reply
1,889 Views
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 Kudos
Reply
1,889 Views
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 Kudos
Reply