Remap Interrupts

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

Remap Interrupts

575 次查看
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 项奖励
回复
1 回复

411 次查看
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 项奖励
回复