MPC5643L intc vector table & core exception

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MPC5643L intc vector table & core exception

ソリューションへジャンプ
750件の閲覧回数
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 解決策
637件の閲覧回数
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 返答(返信)
638件の閲覧回数
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

637件の閲覧回数
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 件の賞賛
637件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hi,

Yes, it is calculated from IACKR

pastedImage_1.png

Peter