2014-01-09 04:32 AM
There's an error which occurs quite commonly:
proj_name.lkf
symbol_f_NonHandled_Interrupt multiply defined in stm8l15x_it.o
While searching for the above string, there ain't any multiple definition for the same, as well the header file incluing NonHandledInterrupt is just included once in the main file (#include ''stm8l15x_it.h'').
Can any one help resolving this?
2014-01-11 03:14 PM
Maybe someone can. However, unless you give more information that is quite unlikely. You're not even saying which compiler/linker/whatever you use, which tool reports this error, or how your inut files look like.
Philipp