MPC574xP module's memory can not be accessed

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

MPC574xP module's memory can not be accessed

444 Views
sijia_hao
Contributor I

Hello,

When I debug MPC574xP (MPC5743P), I find some module's memory are full of 'question marks' ????.

For example, the FlexRay module, according to Memmory Map, the address is 0xFFE50000-0xFFE53FF:

pastedImage_2.png

but in Trace32, it's full of ????, I can't read/write to the registers. (The other modules like MCU、Timer is running well)

pastedImage_1.png

How can I solve this issue?

Tags (2)
0 Kudos
1 Reply

383 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, in general '????' showing in the TRACE32 memory dump window means bus error.

If it is valid address range (do you have device part number with FlexRay?) then you should check MC_ME_PS3 register to check whether peripheral is active, potentially check CMPU, SMPU, XBAR and AIPS (PBRIDGE) peripherals where you can configure access rights.

pastedImage_9.png

0 Kudos