User Activity

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...
Posted on September 07, 2011 at 15:14Hi:     STM8S105 is used, there have more reset sources according to manual.     1,When power on, if reset interrupt is enable, first enter into POR, then enter BOR,POR is off.     2,When power down, if reset int...
Posted on September 07, 2011 at 14:55How to initialize the RAM in STM8S105xxxHi:       I want to initialize the space of  RAM(the whole RAM), please tell me how to operate. Thanks! the language is c. Fred