2010-05-24 07:59 AM
Interrupt subroutines nver called
2011-05-17 06:08 AM
Ok found the solution:
When you create a project without the file ''stm8_interrupt_vector.c''
The linker will create an ''empty'' interrupt_vector file filled with
0x82, (interrupt_handler_t)NonHandledInterruptThe fix is to use stm8_interrupt_vector.c from the library cosmic
2011-05-17 06:08 AM
Hi Remi,
When using the STM8L10x library (stm8l10x_it.c and stm8l10x_it.h files) you should use the updated stm8_interrupt_vector.c file released with the library and available under the following path: STM8L10x_StdPeriph_Lib\Project\Template\STVD\Cosmic Regards mozra