Hello everyone,
VM: 32bits Win7
Host:64bits Win7
USBTAP
CodeWarrior 10.5
I am struggle about loading coding use USBTAP. My host computer is 64bits Win7. So i create win7 32bits virtual machine, however it is still gave me error when i using Flash Programmer:
cccS Client::Read Config File: Could not open the file , which is needed to configure the server.
Second error is when i try to debugging with USBTAP, it gave me error as follow: cCSProtocolPlugin : Could not connect to the probe (or other debug link)
Please help me on this. Im very new to freescale. Thank you
解決済! 解決策の投稿を見る。
Now code warrior is working now after i installed the flash programmer. I can load firmware via the code warrior . But i still can not loading firmware via flash programmer. It still showing me:
cccS Client::Read Config File: Could not open the file , which is needed to configure the server.
I have to use the virtual machine,because i have other software only work win7 32bits. Please helped me with this. Thanks
Hello TIANXU ZANG,
In the "system requirements" of CodeWarrior 10.5, 64bit Windows7 is included:
"Windows® 7 SP1 or later systems. Includes 32-bit and 64-bit".
So I think you can go on with your host, and make sure "SP1or later systems".
May I ask what's your target processor?
Also can you please share the whole CCS log?
Please enable CCS log from "Run->Debug Configurations-><project>-core0_RAM_<processor>-Connect(Download)->Edit...
->Advanced->Advanced CCS setting->Enable logging", connect target and debug again, CCS log will be displayed in the console panel in CodeWarrior IDE.
If the CCS log in the console is truncated, please enlarge the console buffer from Window->Preferences->Run/Debug->Console.
Have a great day,
Lunmin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Now code warrior is working now after i installed the flash programmer. I can load firmware via the code warrior . But i still can not loading firmware via flash programmer. It still showing me:
cccS Client::Read Config File: Could not open the file , which is needed to configure the server.
I have to use the virtual machine,because i have other software only work win7 32bits. Please helped me with this. Thanks
Hello Lunmin,
My target processor is MC56F8037. My HOST OS is WIN7 SP1. I increased console buffer but still not working.
The following is the ccs log.
ccs_open
ipaddr = 127.0.0.1
port = 41475
timeout = 60
serverh = 0
ccs_open; ccs_error = 10
Error message: Connection refused
ccs_open
ipaddr = 127.0.0.1
port = 41475
timeout = 60
serverh = 0
ccs_open; ccs_error = 0
ccs_get_connection_count
serverh = 0
count = 1
ccs_get_connection_count; ccs_error = 0
ccs_available_connections
serverh = 0
count = 0
ccs_available_connections; ccs_error = 0
ccs_available_connections
serverh = 0
count = 0
ccs_available_connections; ccs_error = 0
ccs_config_cc
serverh = 0
config_string = utap:0
ccs_config_cc; ccs_error = 0
ccs_available_connections
serverh = 0
count = 1
ccs_available_connections; ccs_error = 0
ccs_available_connections
serverh = 0
count = 1
ccs_available_connections; ccs_error = 0
ccs_cc_version
serverh = 0
cc = 0
version.major = 0
version.minor = 2024992
ccs_cc_version; ccs_error = 64
Error message: CC config string is invalid
ccs_kill_server
serverh = 0
ccs_kill_server; ccs_error = 0
CodeWarrior v10.5 supports Windows 7-64bit, please install the tool directly instead of on virtual machine.
Would you please ask the ctm first create a new project for 56F8037 from <File> menu -> New->Bareboard project, can CodeWarrior program with this project into your board?
In addition, the latest version is v10.6.5.
Please first install CW10.6.4 which can be downloaded from:
Its update v10.6.5 is also available at the same link.
Further information and the release notes are available on the following Freescale community page:
https://community.freescale.com/docs/DOC-143655
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Kuang,
Now code warrior is working now after i installed the flash programmer. I can load firmware via the code warrior . But i still can not loading firmware via flash programmer. It still showing me:
cccS Client::Read Config File: Could not open the file , which is needed to configure the server.
I have to use the virtual machine,because i have other software only work win7 32bits. Please helped me with this. Thanks