Hello,
The
Rev. H CodeWarrior TAP was released long after CW PA v10.5.1, and the CCS (Command Converter Server) version 4.13 included in that suite does not have the necessary firmware images or drivers to handle the Rev. H hardware logic.
To resolve this, you need to update your CCS stack, which contains the low-level drivers and firmware for the TAP.
1. The Solution: Update CCS (Not necessarily the whole IDE)
You don't always need to perform a full upgrade of CodeWarrior to v10.5.1's successor to get the TAP working. NXP provides standalone CCS updates.
- Required Version: You generally need CCS v11.x or higher to reliably support Rev. H TAPs.
- Download Path:
- Go to the NXP CCS Download Page.
- Download the latest standalone CCS installer (currently often bundled with the "CodeWarrior Development Software for Networked Elements").
- Install it over your existing CCS directory or in a separate folder and point CodeWarrior to the new CCS executable in Remote Systems settings.
2. Upgrading to CodeWarrior PA v10.6.2
If you prefer a clean environment, CW PA v10.6.2 is the recommended stable release for the T2080. It includes the updated CCS stack natively.
- Evaluation/Download: You can find the installer on the NXP CodeWarrior for PA product page.
- Licensing: Your existing v10.5.1 license (if it is a perpetual license with active maintenance or a subscription) usually allows you to run v10.6.x. If your license is expired, you can request an Evaluation License directly through the NXP website by clicking "Evaluation Software" on the download page.
3. Troubleshooting the Rev. H Handshake
If you install the new CCS and still see a timeout, follow these steps to force a firmware sync:
- Direct Connection: Connect the Rev. H TAP via USB.
- CCS Console: Open the CCS console (usually found in the installation folder as
ccs.exe).
- Manual Update: Type the following command to see if the TAP is detected:
config
- If the TAP is listed but shows a firmware mismatch, CCS should prompt or allow an update via:
update <device_name> (where device name is usually usb:x).
Summary Table
| Component |
Rev. D Compatibility |
Rev. H Compatibility |
| CCS 4.13 |
Supported |
Incompatible (Timeout) |
| CCS 11.x+ |
Supported |
Supported |
| CW PA 10.5.1 |
Native |
Needs CCS Patch |
| CW PA 10.6.2 |
Native |
Native |
Regards