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

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

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

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

1,025件の閲覧回数
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