Remap Interrupts

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

Remap Interrupts

542 Views
lohrsistemas
Contributor IV

I'm trying to do bootloader via CAN. I need to remap the interrupts to address 0x00006000, how can I do this?

0 Kudos
1 Reply

378 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

according to Cortex M4 core reference manual, it is possible to relocate Interrupt vector table from default address (0x0).

Open linker file and relocate m_interrupts to required address. Please see the figure below:

pastedImage_1.png

If you have any other questions, please feel free to write me back.

Regards,

Martin

0 Kudos