STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8L LCD Register

Posted on October 26, 2016 at 11:18Hi, I'm using the STM8L052R8 for temperature measurement, so using an ADC channel, and then displaying the temperature on the LCD.It would be really handy to be able to clear the LCD Ram memory instead of writing t...

how to read and write eeprom for stm8s003k3

Posted on January 06, 2017 at 14:57void main(){ GPIOB-> DDR |= (1<<2); //output GPIOB-> CR1 |= (1<<2); //push-pull type output // GPIOB-> DDR &= ~(1<<7); //input // GPIOB-> CR1 |= (1<<7); //pull-up without interrupt GPIOC-> DDR &= ~(1<<2)|(1<<3)...

STM8S003F3P6 bandgap reference

Posted on January 19, 2017 at 10:22Hi,Was looking at a recent version of a datasheet for STM8S003F3P6, and there seems to be no comments relating to a bandgap on AIN7.There was mention of it on previous datasheets (I have one from 2014).Is the bandg...

RUN command in STVD doesn`t work

Posted on February 26, 2017 at 10:17HiI`m new with the STM8S-Discovery and the STM8S105.I usually write my code in assembler so I get a deeper touch on the micros hardware.But I encountered an issue with the STVD tool.When I`m entering the debug mod...

Timer4 not respohding as expected

Posted on March 01, 2017 at 12:09Hello,  I am trying to  make a 200us pulse,using simple time dealy.  I am using TIMER4 to create delay. But the problem is whatever prescalar I  use or  What ever Autoreload value I have timer always gives 12us pulse...

PIN state change problem

Posted on March 01, 2017 at 07:56Hello, I   am trying to  create  100us seconds pulse which periodically triggers  a triac. Timer 1 is used for periodic delay and a while loop is under the  timer1 isr for 100us pulse. Problem is it is not working,In...

STM8S003f3p6 pin state change problem

Posted on March 01, 2017 at 07:47Hello,   I   am trying  to make  narrow pulse  using timer1 of stm8s003f3p6, without using any kind of pwm(because my application  doesn't permit me to do that). Program is,timer will make PIN 18 of mcu high the a  w...

ds1307

Posted on February 28, 2017 at 10:22hello,i am trying to interface ds1307 with my stm8s105c6 discovery i am not getting from where should start. i am not getting a clear idea that how rtc works. I was trying to find any library for stm8s of ds1307. ...

STM8S timer is working properly

Posted on February 26, 2017 at 14:43The original post was too long to process during our migration. Please click on the attachment to read the original post.