My MPC8245 can't connect to USB TAP

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

My MPC8245 can't connect to USB TAP

999 Views
xuchaoli
Contributor I

If I try to connect MPC8245  by  USB TAP,then Codewarrior will give me a error report,picture1;IMG_20151208_174422.jpg

When I cancel the option of"reset Target on lanuch"in Remote Debugging Tabe ,then ,It will give me a select dialog box,picture2

IMG_20151208_180349.jpg

if i click "No",it will be picture3;

IMG_20151208_181135.jpg

I use two 16bit SDRAM(IS42S16800F)  as 32 BIT data width;and My initialization configration file as picture4  and picture5(rewrite from a sandpoint configration file);

IMG_20151209_142838.jpg

IMG_20151209_142854.jpg

I don't know what is wrong? How should I  do? Thanks.

0 Kudos
4 Replies

778 Views
xuchaoli
Contributor I

Today,I found that the configration file is written in little-endian,but my cpu work on big-endian,so,I have change it to big-endian,but the same result.when I cancel  the"reset target on launch"and click the"yes"button in dialog box,then,it will say:"error resetting target from initialization file". So I think,My inintialization file is something wrong,If you could give me some demo for MPC8245 or some spcification,thanks.

0 Kudos

778 Views
alexander_yakov
NXP Employee
NXP Employee

Attached configuration file for MPC8245-based "Sandpoint" development system, we distribute this file with CodeWarrior

0 Kudos

778 Views
alexander_yakov
NXP Employee
NXP Employee

As far as I remember, CodeWarrior USB TAP debug probe does not support MPC8245 device working in 32-bit bus mode.

The only 64-bit mode is supported. For 32-bit mode you have to use another debug probe.

Please double check with CodeWarrior team.

CodeWarrior Development Tools

Have a great day,
Alexander

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

778 Views
xuchaoli
Contributor I

Oh,my god ! It's not a good news!

0 Kudos