cancel
Showing results for 
Search instead for 
Did you mean: 

Simulator warning '' __vector_table symbol not found'' in IAR

baranovus
Associate III
Posted on August 05, 2010 at 18:12

Simulator warning ' __vector_table symbol not found' in IAR

2 REPLIES 2
nanayakkaraan
Associate II
Posted on May 17, 2011 at 14:01

Hello Alexandar,

At the moment I am also getting the same warning as you.

''Fri Oct 29 14:43:32 2010: Warning: __vector_table symbol not found. e_entry value: 0x0800010C does not match reset vector value: 0x48096001 Initial SP_main value:0x21084809 uncertain. ''

And I cant load my program to STM32 as well.

Have you found any solution?

Or else does anybody have come up and solve up such situation?

Thank you.

Posted on May 17, 2011 at 14:01

Sounds like your startup.s (startup_stm32f10x_md_vl.s or whatever) assembler file with the initial SP, PC and interrupt vectors is missing from your project.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..