IMXRT1010 vector table address

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

IMXRT1010 vector table address

466 次查看
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 回复数

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

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

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