S32K144: IAR SW issue

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

S32K144: IAR SW issue

118件の閲覧回数
Alex28
Contributor I

Under IAR, debugging can still be done when the interrupt vector table is not at position 0. What are the specific principles and processes?

ラベル(1)
0 件の賞賛
返信
1 返信

47件の閲覧回数
yisey
Contributor I

Under IAR, debugging with the interrupt vector table not at position 0 works because the debugger uses the microcontroller’s vector relocation mechanism. The IVT can be remapped via a hardware register to a different memory address. IAR reads this relocation information at startup, maps interrupts to the relocated vectors, and monitors the memory region if the table is in RAM. When an interrupt occurs, the debugger traces execution from the relocated vector, allowing breakpoints, stepping through ISRs, and register monitoring as usual. When you need to Order Voice Talent Now, this ensures full debugging functionality even when the interrupt vectors are not at address 0.

0 件の賞賛
返信