Is it the USB TAP don't support the 32-bit data bus of the MPC8245?

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

Is it the USB TAP don't support the 32-bit data bus of the MPC8245?

1,611 Views
xuchaoli
Contributor I

I made a simple board based upon MPC8245. Flash is 8-bit, SDRAM is 32 bit connected to MDH[0:31](composed by 2 IS42S16800F).  For debugging purpose we use CodeWarrior Power Architecture 8.8  + CodeWarrior USB TAP (16 pin JTAG interface). When I try to  write to SDRAM, the address end by 0x4 and by 0xc is 0x0000_0000,address end by 0x0 and by 0x8 is the data I wrrote.like this: 0x0000_0100 : 0x1234_5678 ,0x0000_0000,0x1234_5678,0x0000_0000.I try to write in any different sequence,the result is same.Then I read the space of the ROM,the same result.  So I conjecture this problem is caused by the emulator . few days ago some one tell me that the USB TAP support only 64bit configration of MPC8245, I must  verify this is correct or not,and then I have to make a decision to buy another emulator that can support the 32-bit data bus of MPC8245. 120422_120422.jpgIMG_20151217_095553.jpg120424_120424.jpgIMG_20151221_172323.jpg120425_120425.jpgIMG_20151221_180308.jpg120423_120423.jpgIMG_20151217_095603.jpg

Labels (1)
Tags (1)
0 Kudos
6 Replies

772 Views
xuchaoli
Contributor I

Today I test it again,I find that if I write to the address ended by 0x04,0x0c...,the data bus will be '0' allways.that is say the MPC8245 has written data to the SDRAM,the data just is"0000_0000",so what is wrong?

0 Kudos

772 Views
lunminliang
NXP Employee
NXP Employee

Hello xuchao li,

Can you please share your initialization file?  (*.cfg)

Regards

Lunmin

0 Kudos

772 Views
xuchaoli
Contributor I

My initialization file :

IMG_20151229_171401.jpgIMG_20151229_171441.jpgIMG_20151229_171502.jpg

0 Kudos

772 Views
lunminliang
NXP Employee
NXP Employee

Hello xuchao li,

Please see my response there:

ow to configration the MPC8245 when it works in 32-bit data bus mode

BR

Lunmin

0 Kudos

772 Views
xuchaoli
Contributor I

Now,Ican connect my board to CW by USB TAP,the only issure is when I write to the address ended by 0x4,0xc,like 0x0000_0004,0x0000_000c,and so on,the data bus will be all '0'.

My CCS is 4.13

0 Kudos

772 Views
xuchaoli
Contributor I

Hello lunminliang,thank you so much!

Could you give me other way to communicat you,like as emill ,because I can only use My mobile phone,I will send the picture of the configration file to you

0 Kudos