Hello Rams S,
- Please use hard-coded RCW on the target board, in CodeWarrior initialization file, please set "USE_SAFE_RCW" as "True".
In the following section, please configure a suitable RCW for your target board.
if USE_SAFE_RCW:
# Set rcw_src to hard-coded RCW option
gdb.execute("monitor rcw source set 0x9F")
You also also could configure the target board to use hard-coded RCW through hardware switch setting.
- Please refer to "Figure 2-23. Reset architecture" and "Figure 2-24. JTAG/COP connections" in LS2088 Reference Manual downloaded from https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/qoriq-lay... to check your hardware design.
- If your problem remains, please refer to the following procedure to capture the protocol log to me to do more investigation.
Before connecting to the target board, please refer to the following to enable CCS protocol logging , then connect to the target board and capture the "Protocol logging Console".
You can do this by going to Window > Preferences > Target Connection Configuration > Logging Configuration > Logging level : Debug, Enable logging to Eclipse console.
Thanks,
Yiping