MPC5643L intc vector table & core exception

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

MPC5643L intc vector table & core exception

跳至解决方案
2,189 次查看
Pat
Contributor III

Hi,

Regarding the MPC5643L, what is the minimum required for INTC vector table and core exception vector in term of memory alignment boundary value ? In order to set correctly these alignment in linker file.

Best regards,

Pat

1 解答
2,076 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

See below screen from my linker file:

pastedImage_2.png

and a core reference manual:

pastedImage_3.png

regards,

Peter

在原帖中查看解决方案

3 回复数
2,077 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

See below screen from my linker file:

pastedImage_2.png

and a core reference manual:

pastedImage_3.png

regards,

Peter

2,076 次查看
Pat
Contributor III

Hi petervlna

Does the isr vector table of 2K boundary come from INTC_IACKR_PRC0.INTVEC_PRC0 (9bit) + 'b00' (2bit) = 11bit so 2K boundary ?

Best regards,

Pat

0 项奖励
回复
2,076 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hi,

Yes, it is calculated from IACKR

pastedImage_1.png

Peter