MPC5744 Transfer Error

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

MPC5744 Transfer Error

跳至解决方案
1,543 次查看
Jamber_H
Contributor III

In the reference manual of 5744, there are many "transfer errors" case, such as write a protected register while Hard Lock Bit is set, or access an unimplemented registers, but what "transfer errors" mean? to assert an exception or assert a flag, or other response?

 

0 项奖励
回复
1 解答
1,534 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

transfer error is known also as bus error. It occurs when given address is not accessible for read or write. The access is terminated on internal bus and Machine Check (IVOR1) is triggered in this case. Take a look at section "5.7.2 Machine Check Interrupt (IVOR1)" where it is described in detail:

https://www.nxp.com/webapp/Download?colCode=E200Z4RM&location=null

The most important table is this one:

lukaszadrapa_0-1615194023652.png

 

Regards,

Lukas

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,535 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

transfer error is known also as bus error. It occurs when given address is not accessible for read or write. The access is terminated on internal bus and Machine Check (IVOR1) is triggered in this case. Take a look at section "5.7.2 Machine Check Interrupt (IVOR1)" where it is described in detail:

https://www.nxp.com/webapp/Download?colCode=E200Z4RM&location=null

The most important table is this one:

lukaszadrapa_0-1615194023652.png

 

Regards,

Lukas

 

0 项奖励
回复