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...
Posted on March 20, 2015 at 16:24map https://dl.dropboxusercontent.com/u/92887381/discover.maplkf https://dl.dropboxusercontent.com/u/92887381/discover.lkf
Posted on May 28, 2014 at 14:21 sung.chen_chung Who are you? why do you always writing useless comments in my Discussions. Like in this: https://my.st.com/public/STe2ecommunities/mcu/Lists/stm81/Flat.aspx?RootFolder=https%3a//my.st.com/public/...
Posted on December 18, 2013 at 15:36Here is my variant i don't know is it looks fine but it is working.if (sSCKeyInfo[2].Setting.b.DETECTED) /* KEY 3 touched */ { GPIO_WriteReverse(LEDButtonPort, LED2Pin);// one button click if (sSCKeyInfo[1]....