Try to get CodeWarrior Tap working with T2080RDB...

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

Try to get CodeWarrior Tap working with T2080RDB...

1,265 Views
evaneimer
Contributor I

Try to get CodeWarrior Tap working with T2080RDB...

I created a support case/ticket for this problem but haven't heard anything back, so I thought I would try here as well.

I am trying to use a CodeWarrior TAP with CodeWarrior Development Studio, and so far I haven't been able to get the TAP to perform any useful operations. Here is my setup:

Target: NXP T2080RDB

Host: Dell PC Running Windows 7 Professional.

CodeWarrior: CodeWarrior for Power Architecture, Version 10.5.1 CodeWarrior Development Suite For Networked Applications Developer Level - Floating License

TAP Host connection: USB port

TAP Target connection: T2080RDB J3 connector (T2080_COP)

TAP LEDs: Tx/Rx flashing green, Run/Pause solid red (might be orange, but I think it is red)

The Host PC appears to recognize the CodeWarrior Tap. It shows up in Device Manager as: Freescale Probes +--> CodeWarrior TAP Also, when I plug the USB cable into the PC, ipconfig shows a new Local Area Connection with an IP address of 169.254.173.206. I can successfully ping that IP address. I assume that I am effectively pinging the TAP.

My T2080RDB and CodeWarrior Studio are working fine. I can create projects and run them on the T2080RDB. I can also run debug sessions (without the TAP) using Attach and Download configurations (apptrk).

When in the CodeWarrior Debug environment, any operations that I try to do with the TAP encounter some type of error. I have tried various configurations and various operations (debug a program, run a hardware diagnostic test, etc)

Here is one example:

- Connect TAP to Host and then target (which is powered-down).

- Power on target (T2080RDB) and allow it to run Boot to Linux. Verify Linux is running by typing at serial console.

- Launch CodeWarrior Dev. Studio.

- Run Debug configuration for a small multi-threaded Linux application with Target setting as CodeWarrior_Tap (see attached screen capture).

- Wait a few seconds, then get the following pop-window error:

Error launching TwoThreads Linux_Application CCSProtocolPlugin : Failed to reset the target [CCS last error: T2080: HRESET occurred during transaction ]

I imagine that I have something configured wrong or that I am using the TAP in the wrong manner. Is there a simple example that can be provided that shows how to properly configure the CodeWarrior TAP for the T2080RDB and perform some type of useful operation? Something that would demonstrate that the TAP is configured properly and interfacing with the T2080RDB.

Thanks.

0 Kudos
2 Replies

932 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello evaneimer,

CodeWarrior TAP is used in CodeWarrior bareboard project, u-boot and Linux debugging. For Linux application project debugging, you need to use apptrk on the target board with Ethernet connection.

CodeWarrior TAP integrates both USB and Ethernet ports, please only choose on connection type to connect CodeWarrior TAP to the host PC.

Please refer to the Bareboard Application Project creating and debugging section in the document C:\Freescale\CW_PA_v10.5.1\PA\Power Architecture Processors Getting Started Guide.pdf to create a smaple bareboard project and debug it.

In addition, please open CCS console from Start->Freescale CodeWarrior->CodeWarrior for Power Architecture 10.5.1->CodeWarrior Connection Sever and type the following commands.

% delete all
% config cc cwtap    (if you use Ethernet connection please use : config cc cwtap:<ip address>)
% show cc
0: CodeWarrior TAP (cwtap) CC software ver. {0.0}
% ccs::config_chain t2080
 % ccs::reset_to_debug
%

Thanks,

Yiping

0 Kudos

932 Views
evaneimer
Contributor I

Yiping,

Thanks for the information.

OK, so we can’t use the TAP for Linux (user space) application project debugging. Using apptrk has worked well so far.

So I used your sequence of operations to get the TAP working with a Bareboard Application.

I am using the TAP with only the Ethernet connection (USB power module plugged into TAP’s USB port).

I created a sample Bareboard project per the document that you cited (See screen shot below).

Here is the sequence of operations that I used:

* Start CodeWarrior TAP and T2080RDB per the “Quick Start for the CodeWarrior TAP” document.

* Launch CodeWarrior Dev Studio

* Launch CodeWarrior Connection Server

* Open CCS console and issue commands:

% delete all

% config cc cwtap (if you use Ethernet connection please use : config cc cwtap:Debug Configurations…, Debug the bareboard project

This works!

Follow up question: Is the procedure for “u-boot and Linux debugging” the same/similar?

Thanks,

0 Kudos