I encountered the following problems when debugging the lx2080 target board.Even if I use the network port or USB for debugging, the simulator still shows that it cannot connect.And synchronized CodeWarrior Connection Server has encountered the following issues.
Have you ever encountered such a question? I have tried many of the methods provided in the official documents as well as those available on the internet, but none of them worked.
@June_Lu Thank you very much for your reply.
1.I can ping the CWTAP,(Windows-cmd.exe use ping FSL082481 command,it's OK.)
2.We have two CWTAP emulator,one is <REV H 23201440>,the other one is <REV G 20461200>
3. My CodeWarrior IDE version is:
The latest upgrade package has also been imported.
Please update it to the CodeWarrior IDE version 11.5.12.
On the NXP website.
My NXP Account->Software->Software Licensing and Support->View accounts->Product List->CodeWarrior for QorIQ LS Series ARMv8 ISA->
Please download update package
com.freescale.armv8.11.5.12.GA.Win.updatesite.221209.zip
Please open CodeWarrior from C:\Freescale\CW4NET_v2020.06\CW_ARMv8\fsl_eclipse.bat, and install the update package from Help->Install New Software->Add->Archive.
And then try the ccs command.
You could reply in Chinese.
In the ccs, please run:
(bin) 7 % delete all
(bin) 8 % config cc cwtap:10.193.21.52//(it's your CWTAP ethernet IP)
(bin) 9 % show cc
(bin) 10 % ccs::config_chain {lx2160a dap}
(bin) 11 % display ::ccs::get_config_chain
(bin) 12 % ccs::reset_to_debug
@June_Lu Could you please send me the pin definitions (in the Jtag section) of the CodeWarrior Tap simulator? We are currently connecting the target board lx2080 through specific signals (TDI/TDO/TCK/TMS/RESET/VDD/GND). The CodeWarrior Tap simulator has been constantly indicating the above error.
When I click the connection button, the following problems will occur
And the CodeWarrior Tap emulator's light (RUN/PAUSE) remained orange all the time, which was not the red color as stated in the official documentation.
I'm looking forward to your reply,Thanks.