Cannot get a connection to debug MPC8377erdb board with USB Tap and CW Linux

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

Cannot get a connection to debug MPC8377erdb board with USB Tap and CW Linux

1,440 Views
mbr123
Contributor I

Ladies & Gents,

 

i'm using Codewarrior IDE 5.9.0 build 4781 professional linux edition with latest patches 8.8.3. The MPC8377erdb is running on the ltib version: ltib-mpc837xerdb-20081113.

 

After compiling the simple "hello world" application, cw tries to connect 4 times to MPC8377erdb board and gives me the following error:

 

CSSProtocolPlugin::Could not connect to the requested core core #0.

 

 

Logfile:

 

CCS: 0000    :    ccs_open
CCS:        :        ipaddr = 127.0.0.1
CCS:        :        port = 41475
CCS:        :        timeout = 10
CCS:        :        serverh = 0
CCS:        :    ccs_open; ccs_error = 10
CCS:        :        Error message:
Connection refused

CCS: 0000    :    ccs_open
CCS:        :        ipaddr = 127.0.0.1
CCS:        :        port = 41475
CCS:        :        timeout = 10
CCS:        :        serverh = 0
CCS:        :    ccs_open; ccs_error = 10
CCS:        :        Error message:
Connection refused

CCS: 0000    :    ccs_open
CCS:        :        ipaddr = 127.0.0.1
CCS:        :        port = 41475
CCS:        :        timeout = 10
CCS:        :        serverh = 0
CCS:        :    ccs_open; ccs_error = 10
CCS:        :        Error message:
Connection refused

CCS: 0000    :    ccs_open
CCS:        :        ipaddr = 127.0.0.1
CCS:        :        port = 41475
CCS:        :        timeout = 10
CCS:        :        serverh = 0
CCS:        :    ccs_open; ccs_error = 10
CCS:        :        Error message:
Connection refused

CCS: 0000    :    ccs_open
CCS:        :        ipaddr = 127.0.0.1
CCS:        :        port = 41475
CCS:        :        timeout = 10
CCS:        :        serverh = 0
CCS:        :    ccs_open; ccs_error = 0
CCS: 0000    :    ccs_get_connection_count
CCS:        :        serverh = 0
CCS:        :        count = 1
CCS:        :    ccs_get_connection_count; ccs_error = 0
CCS: 0000    :    ccs_available_connections
CCS:        :        serverh = 0
CCS:        :        count = 0
CCS:        :    ccs_available_connections; ccs_error = 0
CCS: 0000    :    ccs_available_connections
CCS:        :        serverh = 0
CCS:        :        count = 0
CCS:        :    ccs_available_connections; ccs_error = 0
CCS: 0000    :    ccs_config_cc
CCS:        :        serverh = 0
CCS:        :        config_string = utap:0
CCS:        :    ccs_config_cc; ccs_error = 0
CCS: 0000    :    ccs_available_connections
CCS:        :        serverh = 0
CCS:        :        count = 1
CCS:        :    ccs_available_connections; ccs_error = 0
CCS: 0000    :    ccs_available_connections
CCS:        :        serverh = 0
CCS:        :        count = 1
CCS:        :    ccs_available_connections; ccs_error = 0
CCS: 0000    :    ccs_set_timeout
CCS:        :        serverh = 0
CCS:        :        timeout = 10
CCS:        :    ccs_set_timeout; ccs_error = 0
CCS: 0000    :    ccs_config_server
CCS:        :        serverh = 0
CCS:        :        cc = 0
CCS:        :        server_config = 0
CCS:        :        value = 1000
CCS:        :    ccs_config_server; ccs_error = 2
CCS:        :        Error message:
Network timeout

CCS: 0000    :    ccs_get_config_chain
CCS:        :        serverh = 0
CCS:        :        device_list: (size = 0)
CCS:        :    ccs_get_config_chain; ccs_error = 2
CCS:        :        Error message:
Network timeout

CCS: 0000    :    ccs_kill_server
CCS:        :        serverh = 0
CCS:        :    ccs_kill_server; ccs_error = 14
CCS:        :        Error message:
Invalid sequence number

CCS: 0000    :    ccs_delete_cc
CCS:        :        serverh = 0
CCS:        :        count = 0
CCS:        :    ccs_delete_cc; ccs_error = 7
CCS:        :        Error message:
Invalid handle

CCS: 0000    :    ccs_close
CCS:        :        serverh = 0
CCS:        :    ccs_close; ccs_error = 0

 

Can anybody help me out of this?

 

Thanks in advance

Labels (1)
0 Kudos
1 Reply

316 Views
mbr123
Contributor I

Hi all,

 

it seems that this problem does not occure if I disconnect and then reconnect the USB TAP from the main pc. But doing this everytime I want to debug a program is very annoying. Every help for a solution is very appreciated.

 

Thx

0 Kudos