mpc603ei: Core not responding

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mpc603ei: Core not responding

1,632 Views
m_syed_ahmed
Contributor III

Hi,

We were working on MPC8248 custom board. We needs to update the bootloader in NOR Flash over code warrior. Am using code warrior 8.8 downloaded from the below link
https://drive.google.com/file/d/1Vf2CuS8rqE8bCm5nv_jzOcgb6PphgEJD/view?usp=sharing 

I modified the ep8248_init.cfg to match our custom board. Attaching the same file below. Initially, I wants to ensure Processor can be attached to Code Warrior IDE. But am getting attached error log in Code Warrior. Whenever, the processor is turned on, RUN/PAUSE LED in Code Warrior became RED. 

1) What kind of Hardware testing can be done to ensure JTAG connections in our board were proper?

2) Why does the processor goes into pause mode (RED led in RUN/PAUSE) whenever we switched on?

3) Board boots properly in a product setup. As per Code Warrior document, if the processor is running properly, we don't need initialization file at all. So, isn't the board should be able to connect with Code Warrior even without modified cfg file.

0 Kudos
1 Reply

1,573 Views
yipingwang
NXP TechSupport
NXP TechSupport

In CCS console log, please verify the following CCS commands.

% delete all

% config cc cwtap

% ccs::config_server 0 1000

% ccs::config_chain mpc603ei

% dispaly ccs::get_config_chain

% ccs::reset_to_debug

0 Kudos