CWTAP connection failed when using CW to debug LS1088A

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

CWTAP connection failed when using CW to debug LS1088A

656 Views
mltom
Contributor I

Hi,

 

I am testing our custom hardware based on LS1088A.  We are facing issues with CW target connection.

I am using target initialization files from LS1088A_RDB.

I am unable to connect to the target.

pastedImage_1.png

ccs_open
ipaddr = 127.0.0.1
port = 41475
timeout = 10
serverh = 0
ccs_open; ccs_error = 0
ccs_close
serverh = 0
ccs_close; ccs_error = 0
ccs_open
ipaddr = 127.0.0.1
port = 41475
timeout = 10
serverh = 0
ccs_open; ccs_error = 0
ccs_get_cc_config
serverh = 0
cc = 0
config_string =
ccs_get_cc_config; ccs_error = 23
Error message: CC not present
ccs_config_cc
serverh = 0
config_string = cwtap
ccs_config_cc; ccs_error = 0
ccs_set_connection_timeout
serverh = 0
timeout = 10
ccs_set_connection_timeout; ccs_error = 0
ccs_config_server
serverh = 0
cc = 0
server_config = 0
value = 16000
ccs_config_server; ccs_error = 0
ccs_get_config_chain
serverh = 0
ccs_get_config_chain; ccs_error = 0
ccs_config_chain
serverh = 0
cc = 0
ccs_config_chain; ccs_error = 39
Error message: SAP2: Scan timeout
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_reset_to_debug
serverh = 0
cc = 0
ccs_reset_to_debug; ccs_error = 39
Error message: LS1080A: Core not responding
ccs_config_chain
serverh = 0
cc = 0
ccs_config_chain; ccs_error = 39
Error message: SAP2: Scan timeout
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_reset_to_debug
serverh = 0
cc = 0
ccs_reset_to_debug; ccs_error = 39
Error message: LS1080A: Core not responding
ccs_config_chain
serverh = 0
cc = 0
ccs_config_chain; ccs_error = 39
Error message: SAP2: Scan timeout
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_reset_to_debug
serverh = 0
cc = 0
ccs_reset_to_debug; ccs_error = 39
Error message: LS1080A: Core not responding
ccs_config_chain
serverh = 0
cc = 0
ccs_config_chain; ccs_error = 39
Error message: SAP2: Scan timeout
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_reset_to_debug
serverh = 0
cc = 0
ccs_reset_to_debug; ccs_error = 39
Error message: LS1080A: Core not responding
ccs_config_chain
serverh = 0
cc = 0
ccs_config_chain; ccs_error = 39
Error message: SAP2: Scan timeout
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_reset_to_debug
serverh = 0
cc = 0
ccs_reset_to_debug; ccs_error = 39
Error message: LS1080A: Core not responding
ccs_config_chain
serverh = 0
cc = 0
ccs_config_chain; ccs_error = 39
Error message: SAP2: Scan timeout
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_reset_to_debug
serverh = 0
cc = 0
ccs_reset_to_debug; ccs_error = 39
Error message: LS1080A: Core not responding
ccs_config_chain
serverh = 0
cc = 0
ccs_config_chain; ccs_error = 39
Error message: SAP2: Scan timeout
ccs_get_subcore_error
serverh = 0
cc = 0
error = 47
chain_pos = 2
ccs_get_subcore_error; ccs_error = 0
ccs_delete_cc
serverh = 0
count = 0
ccs_delete_cc; ccs_error = 0
ccs_close
serverh = 0
ccs_close; ccs_error = 0

Please help me to fix this issue。

thank you !

Labels (1)
0 Kudos
1 Reply

473 Views
Pavel
NXP Employee
NXP Employee

See the Section 7.3 of the CodeWarrior TAP User Guide:

https://www.nxp.com/docs/en/user-guide/CWTAPUG.pdf

 

Test your connection using the following commands in CCS connection windows:

(bin) 49 % config cc cwtap

(bin) 50 % show cc


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos