Hello ramesh,
If you could debug the sample "Hello world" program on the target board, there should be no problem with HRESET, because the first stage of debugging the sample project is "reset to debug", you could see the target reset when debugging, please refer to the following part from CCS log.
CCS: 0000 : ccs_get_config_chain
CCS: : serverh = 0
CCS: : device_list: (size = 1)
CCS: : device[0]:: core_type=55; device_descr=[ir_length:0;dr_bypass_length:0;bypass_instruction:0]
CCS: : ccs_get_config_chain; ccs_error = 0
CCS: 0000 : ccs_config_template
CCS: : coreh = [serverh:0;cc_index:0;chain_pos:0]
CCS: : config_reg = 1
CCS: : config_data = 1
CCS: : ccs_config_template; ccs_error = 0
CCS: 0000 : ccs_config_template
CCS: : coreh = [serverh:0;cc_index:0;chain_pos:0]
CCS: : config_reg = 2
CCS: : config_data = 1644429443
CCS: : ccs_config_template; ccs_error = 0
CCS: 0000 : ccs_config_template
CCS: : coreh = [serverh:0;cc_index:0;chain_pos:0]
CCS: : config_reg = 3
CCS: : config_data = -1537184768
CCS: : ccs_config_template; ccs_error = 0
CCS: 0000 : ccs_send_message
CCS: : coreh = [serverh:0;cc_index:0;chain_pos:0]
CCS: : message = 3
CCS: : ccs_send_message; ccs_error = 0
CCS: 0000 : ccs_reset_to_debug
CCS: : serverh = 0
CCS: : cc = 0
CCS: : ccs_reset_to_debug; ccs_error = 0
CCS: 0000 : ccs_read_reg
CCS: : coreh = [serverh:0;cc_index:0;chain_pos:0]
CCS: : index = 2032
CCS: : count = 1
CCS: : value: (size = 1)
CCS: : 0x00000100
Again, whatever problem you encountered, please enable CCS log from Edit->Debug Version Settings->Debugger->Remote Debugging->Edit Connection->Enable Logging, and attach the CCS log to me to understand your current status clearly.
You could attach to the target from Debug->Attach to Process, then reset from Debugger from Debug->EPPC->Hard reset, and capture the CCS log to me.
Have a great day,
Yiping
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------