User Activity

Posted on May 22, 2015 at 18:54 Hello i have some problem withSTM8S003k3 and IR recieve protocol. I set EXTI PORTB interrupt by RISE and FALL: GPIO_DeInit(GPIOB); GPIO_Init(GPIOB, GPIO_PIN_2, GPIO_MODE_IN_FL_IT); disableInterrupts(); EXTI...
Posted on May 08, 2015 at 15:44Hello every one. I have a workable code of pwm on STM8S105K4T6 and now I paste it in STM8S003k3 fnd it won't work.&sharpdefine CCR1_Val  ((u16)2047) // Configure channel 1 Pulse Width Blue&sharpdefine CCR2_Val  ((u16)2...
Posted on March 19, 2015 at 14:53Hello i am using STVD + Cosmic with stm8s105k4t6. And i have a problem. I need to allocate an array with 612 cells but:current_packet.data = (uint8_t*)malloc(current_packet.size+2);if (current_packet.data == 0)byteco...
Posted on May 28, 2014 at 12:58Hello am making control panel using stm8s105 controller and springs electrodes. Everything works fine but some times device become extra sensitive and  all touch buttons making switch on in a random way without any con...
Posted on December 17, 2013 at 14:31Hello everyone. I am making Kitchen Clock on STM8S105C6 and STM8 touch sence library. I need 4 buttons and  i have configurate them as SCKEY. Now they works fine. My problem is that library catch only one button a...