Recently, DS failed to debug #S32G3 project on S32G399 Board. Any S32G project, even example project, ccs_error will be reported when starting debugging with debug probe connection. The last printing as below(the details attached also)
ccs_read_memory
coreh = [serverh:0;cc_index:0;chain_pos:1]
addr = [space:0;size:2;address_hi:0x00000000;address_lo:0x340041c4]
data: (size = 2)
00B5
ccs_read_memory; ccs_error = 0
ccs_read_memory
coreh = [serverh:0;cc_index:0;chain_pos:1]
addr = [space:0;size:4;address_hi:0x00000000;address_lo:0x82fa9ee4]
data: (size = 16)
00B54FF0 00000000 00000000 00000000
ccs_read_memory; ccs_error = 47
Error message: Scan timeout
ccs_multi_core_run_mode
chain_pos: (size = 1) { 1 (undefined) }
ccs_multi_core_run_mode; ccs_error = 76
Error message: Bus error
On other DS, same project runs normally. Could you please help check what wrong with DS configuration?