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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

543 Views
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

Tags (3)
0 Kudos
1 Reply

413 Views
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