IMXRT1010 vector table address

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

IMXRT1010 vector table address

1,667件の閲覧回数
LuigiV
Contributor III

I'm developing a project using the IMXRT1010 SDK and the MCUXpresso IDE, is there a way to know the address where it locates the interrupt vector table ?

 

Thank you

 

Luigi

0 件の賞賛
返信
3 返答(返信)

1,605件の閲覧回数
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @LuigiV ,

 

You can check the linker script file after build. Or confirm the address by looking at the registers.

    uint32_t vtor = SCB->VTOR;
    PRINTF("The vector table address is 0x%x\r\n", vtor);

 

Best regards,

Gavin

0 件の賞賛
返信

1,517件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

I'd say Image Info view would also be useful - go to Window => Show View => Other => Image Info.

Regards,
MCUXpresso IDE Support

0 件の賞賛
返信

1,630件の閲覧回数
pandi
Contributor III

Hi,check the cortex manual of your controller there will be a seperate section for vector table there you can find the address of vector table  

Regards,

Pandi

0 件の賞賛
返信