I am trying to connect Code Warrior to our T2080 processor board. It shows "Firmware update required", during attach in the debug mode connection.
Whether this is code warrior PC driver problem or target T2080 processor connection problem?
Solved! Go to Solution.
Hi,
To update CodeWarrior TAP firmware in CCS, for example:
(bin) 1 % findcc cwtaps
FSL031A32 (00:04:9f:03:1a:32): Embedded CodeWarrior TAP (0)
Power Architecture JTAG/COP Probe Tip
Boot Loader v0.9.2
Operating System v1.0.1
Then use the update command:
% updatecwtap FSL031A32
Have a great day,
Lunmin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi, Karunakaran Radhakrishnan
This may indicating TAP firmware update required. Can you provide more information?
What's the CodeWarrior version used? What type of TAP used to connect the board? The snapshot of the error? Your test step?
Lunmin
Regards
Hi Lunmin,
We are recently brought one Code Warrior Tap. "Firmware Update Required" error was not observed in that latest code warrior..
How to update the latest firmware in Code Warrior Tap?
Regards
Karunakaran R
Hi,
To update CodeWarrior TAP firmware in CCS, for example:
(bin) 1 % findcc cwtaps
FSL031A32 (00:04:9f:03:1a:32): Embedded CodeWarrior TAP (0)
Power Architecture JTAG/COP Probe Tip
Boot Loader v0.9.2
Operating System v1.0.1
Then use the update command:
% updatecwtap FSL031A32
Have a great day,
Lunmin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
What's the CodeWarrior version used?
Code Warrior 10.4.0 SP1
What type of TAP used to connect the board?
Code Warrior Tap (over USB)
The snapshot of the error?
Your test step?
connect the code warrior Tap from PC usb and other end connect to the COP connector of the our Target T2080 processor board.
1) Create a CodeWarrior Bareboard Project in the code warrior 10.4.0 SP1
2) Select the T2080 processor Type
3) In Debug setting
*) Select download, attach and connect check box.
*) Connection type as "Codewarrior Tap (Over USB)"
4)Remaining setting are all same and create the project.
5) In debug configuration, select our board RCW.txt file and start debug.
After 78% it shows the "Firmware Update required" Error.