How can I know the vector table address on my project?

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

How can I know the vector table address on my project?

703 次查看
alessiopaolucci
Contributor III

For add the fnet stack tcp/ip on my proect I need to know the address of vector table address on my proect. Where can I see it? I never change it, so I think that was 0x00 but I have an error.

Best regard,

Alessio

标记 (3)
0 项奖励
回复
1 回复

573 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Alessio,

Regarding the vector table address, you can use debugger to check the core VTOR register, it's location is 0xE000ED08.

If you use CodeWarrior for mcu ver10.6, you can check the register in debugger of CW.

Registers->System Control Registers->SCB_VTOR.

Hope it can help you

BR

XiangJun Rong