Hello,
@LFGPThank you for your response;
I have checked the configuration of zhe board, it's as below:
cfg_rcw_src=0x25(rcw source is Nor flash)
system clock=100MHz, Single-ended;
The Reset_REQ_B signal is just pulled high through 4.7Kohm resistor;
The PORST_N and JTAG_RESET_N signal are connected together by wire and logic;
When the bare board come from factory(the Nor flash is blank), I want to program the flash by JTAG ,and do not change any Hardware(cfg_rcw_src);
I copy the script from code warrior tool(the script's name is LS1043A_RDB), and modify the USE_SAFE_RCW=True, TA.rcw.set_source(0x9E);
After done this,click the Flash Programmer button, then the script show fail;
I tried modifying the TA.rcw.set_source(0x9E) to 0X9F,0X9A and the script still fails;
Also, I found that ccs log prompt “Error message: LS1043A: Core not responding”