I think this problem is caused by DDR controller configuration, at last of the launch connection, CodeWarrior will download a program into DDR, the file P2020RDB-PC_init_core.tcl is used for the P2020RDB-PC demo board, if you use a new DDR on your target, you need to modify the DDR controller setup section in the initialization file to make it suitable for your target.
You could download and install QCS Tool to assist you.
You could enable CCS log in CodeWarrior to get connection details, the follow tells you how to enable ccs log.
Please enable CCS log from "Run->Debug Configurations-<project>-core0_RAM_<processor>-Connect(Download)->Edit...
->Advanced->Advanced CCS setting->Enable logging", and connect to the target from "Run->Debug Configurations-><project>-core0_RAM_<processor>-Connect(Download)->Debug”, the CCS log will be displayed in the console panel in CodeWarrior IDE.
If the CCS log in the console is truncated, please enlarge the console buffer from Window->Preferences->Run/Debug->Console->uncheck "Limit console output".
Please open the console panel from Window->Show View->Console, and if nothing displayed, please choose the correct session on the right top icon in the panel.
Have a great day,
Yiping Wang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------