User Activity

Posted on March 04, 2013 at 15:09Hello From where can I download STM8TL5x touch sensing library(STSW-STM8031)? Please send link or ST-email for requesting it.
Posted on July 07, 2012 at 09:02The content of this function is /* Clear the flags */   TIMx->SR = (uint16_t)~TIM_FLAG; But I think it must be in this format: /* Clear the flags */   TIMx->SR &= (uint16_t)~TIM_FLAG; a & is needed for correct clear ...
Posted on June 09, 2012 at 15:13I have a STN LCD (that have only 24 segment and 1 common)-at 3.3 volt. Can I use stm32f103 to drive it directly?(by 100Hz toggling segments with respect to common pin) Is  there any note for this method? Is there any ...
Posted on May 22, 2012 at 11:49Some companies have PLC softwares (like as IEC 61131-3 Development System CoDeSys) that have a runtime core that can be programmed on STM32 micros and we can write PLC programs and download it to stm32 without any C co...