MPC5643L intc vector table & core exception

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

MPC5643L intc vector table & core exception

Jump to solution
745 Views
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 Solution
632 Views
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

View solution in original post

3 Replies
633 Views
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

632 Views
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 Kudos
632 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

Yes, it is calculated from IACKR

pastedImage_1.png

Peter