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