Team NXP and other Learned Members
We have developed a custom hardware using T1024NSE7PQA. The major difference between the kit and hardware is we have replaced CPLD with IGLOO2.
Now when we are doing power up. Power supplies are all okay. SYSREF_CLK is also going to Processor and Reset is also working. However, when I try to program / debug a simple hello world program using JTAG I get following error logs :-
ccs_open
ipaddr = 127.0.0.1
port = 41475
timeout = 15
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 = 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 = 0
ccs_cc_version; ccs_error = 0
ccs_set_timeout
serverh = 0
timeout = 15
ccs_set_timeout; ccs_error = 0
ccs_available_connections
serverh = 0
count = 1
ccs_available_connections; ccs_error = 0
ccs_config_server
serverh = 0
cc = 0
server_config = 0
value = 10230
ccs_config_server; ccs_error = 0
ccs_config_chain
serverh = 0
cc = 0
device_list: (size = 1)
device[0]:: core_type=test core(20)
ccs_config_chain; ccs_error = 0
ccs_jtag_lock
serverh = 0
cc = 0
ccs_jtag_lock; ccs_error = 0
JTAG Diagnostics
Starting Power at Probe test ...
Test result: PASSED
Starting IR Scan test ...
Test result: PASSED
Starting Bypass Scan test ...
Test result: PASSED
Starting Arbitrary TAP State Move test ...
Test result: PASSED
Detected JTAG IDCODEs: OK
Device 0 IDCODE: 0x0682001D
ccs_jtag_unlock
serverh = 0
cc = 0
ccs_jtag_unlock; ccs_error = 0
ccs_config_chain
serverh = 0
cc = 0
device_list: (size = 1)
device[0]:: core_type=T1020(277)
ccs_config_chain; ccs_error = 0
ccs_get_config_chain
serverh = 0
device_list: (size = 3)
ccs_get_config_chain; ccs_error = 0
ccs_get_config_chain
serverh = 0
device_list: (size = 3)
device[0]:: core_type=T1020(277)
device[1]:: core_type=e5500 core(238)
device[2]:: core_type=e5500 core(238)
ccs_get_config_chain; ccs_error = 0
ccs_send_message
coreh = [serverh:0;cc_index:0;chain_pos:1]
message = 3
ccs_send_message; ccs_error = 0
ccs_read_register
coreh = [serverh:0;cc_index:0;chain_pos:1]
index = 30000
count = 1
size = 8
value: (size =
00000000 00000000
ccs_read_register; ccs_error = 47; duration=27 ms
Error message: Scan timeout
ccs_read_register
coreh = [serverh:0;cc_index:0;chain_pos:1]
index = 200005
count = 1
size = 4
value: (size = 4)
00000000
ccs_read_register; ccs_error = 47; duration=26 ms
Error message: Scan timeout
ccs_core_run_mode
coreh = [serverh:0;cc_index:0;chain_pos:1]
mode = 0
ccs_core_run_mode; ccs_error = 47
Error message: Scan timeout
ccs_reset_to_mixed
chain_pos: (size = 3) { 0 (halt) 1 (halt) 2 (halt) }
ccs_reset_to_mixed; ccs_error = 39; duration=2309 ms
Error message: T1020: Core not responding
ccs_reset_to_mixed
chain_pos: (size = 3) { 0 (halt) 1 (halt) 2 (halt) }
ccs_reset_to_mixed; ccs_error = 39; duration=2307 ms
Error message: T1020: Core not responding
ccs_reset_to_mixed
chain_pos: (size = 3) { 0 (halt) 1 (halt) 2 (halt) }
ccs_reset_to_mixed; ccs_error = 39; duration=2309 ms
Error message: T1020: Core not responding
ccs_get_subcore_error
serverh = 0
cc = 0
error = 5
chain_pos = 0
ccs_get_subcore_error; ccs_error = 0; duration=2 ms
ccs_close
serverh = 0
ccs_close; ccs_error = 0
The green colored error is I get at times and not others.
Red is persistent.
I have put SW1, 2 and 3 to NOR Flash BOOT Mode with XFI 10G. Same result with 2.5GSGMII setting.
NOR Flash obviously is empty as nothing has been through as of using JTAG.
We are under extreme pressure and hence seeking support here.