MPC574xP module's memory can not be accessed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MPC574xP module's memory can not be accessed

453 次查看
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?

标记 (2)
0 项奖励
1 回复

392 次查看
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 项奖励