Remap Interrupts

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

Remap Interrupts

576件の閲覧回数
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 返信

412件の閲覧回数
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 件の賞賛
返信