Hello Pavel,
I have two different CodeWarrior TAP’s.
One is labeled “CodeWarrior USB TAP”, on the back it has 900-75115, REV F, 10261782, and COP.
It has a USB connector for the Host interface and no power cable.
This is the one that I was trying to get to work in this case number.
The Second TAP is labeled “CodeWarrior TAP”, on the back it has 900-76173, REV E, 15191862, and a ETHERNET MAC address.
It has a RJ45 Ethernet connector for the Host interface and a port for connecting external power.
This one I was not using because the IP address had been hard coded internally and I did not know what it was.
On the CodeWarrior Development Studio Eclipse CWIDE app, when I choose a New CodeWarrior Bareboard Project Wizard,
The “Debug Target Settings” page asks for Connection Type with the choices:
“CodeWarrior TAP (over USB)”, “CodeWarrior TAP (over Ethernet)”, “Ethernet TAP”,
“USB TAP”, “Gigabit TAP”, and “Gigabit TAP + Trace (JTAG over JTAG cable)”.
The obvious choice is “CodeWarrior TAP (over USB)”.
This was my configuration that would not illuminate the Run/Pause LED on the CodeWarrior USB TAP,
and the reason that I wrote up this issue.
If I select this new bareboard project under Debug Configurations and Edit Target Settings,
there is a Hardware or Simulator Connection page that opens.
One entry is Connection Type, with the choices “CodeWarrior TAP”, “Ethernet TAP”, “USB TAP”, “Gigabit TAP”, and “Gigabit TAP + Trace”.
And it is set to “CodeWarrior TAP” by default. “CodeWarrior TAP (over USB)” was not one of the choices.
If I change the Connection type to “USB TAP” then the Run/Pause LED on the TAP turns Red, but I still seem to have no control to Run/Pause the execution.
I manually installed the 00-usbtap.rules under /etc/udev/rules.d. That did not do the job.
I just don’t know what I need to install to get this CodeWarrior USB TAP to communicate.
With no other ideas on the USB TAP, I figured out the IP address for the CodeWarrior TAP (over Ethernet).
This one is working, and the driver installed automatically, as you stated. I am now able to proceed with my work,
But I would still like to know how the get the CW USB TAP to work.