how to create interrupt process in main.c
Posted on October 09, 2011 at 14:38Hi: STM8S105C6 is used in my project. I want to create the interrupt process in main.c, the compiler is cosmic. In general, the interrupt function is created in stm8_interrupt_vector.c. So i want move it i...