STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fast Interrupt in STM8S003

Posted on February 15, 2017 at 09:56Hi,for my project I use external port interrupt. When it come, I have to do an ADC conversion. The interrupt come every 5 us....is it possible to have an ADC conversion after interrupt every 5us?I'm using discover...

community.st.com

Posted on January 09, 2018 at 14:063rd Feb talk on The free toolchain for the STM8 at FOSDEM in Brussels At FOSDEM 2018, there will be a talk on 'The free toolchain for the STM8' in the 'Embedded, mobile and automotive devroom'.The talk in the will ...

Problems in setting the duty cycle and frequency

Posted on January 09, 2018 at 08:25Hello community,i got a problem when i want to create on my stm8 eval board a pwm signal with 350khz and variable duty cycle from 0-100.i calculate the the values for the registers as follows:PWM Frequency = Clock ...

where to buy stm8 in india?

Posted on September 09, 2015 at 14:35hello, what are the places where we can buy STM8 micro controllers in india? i dont see them available in retail shops. one place where i can get is from element14 through online, but it is costly. please share i...

kumaresh by Associate II
  • 780 Views
  • 3 replies
  • 0 kudos

[ATT]10705

Posted on January 05, 2018 at 20:00Measuring three phase using ADC Hello everyone, I have a problem with measuring ADC.I am building a  device with the ESP8266 + STM8S003F3P6 module which will have 3x230V network voltage measurement and transmission...

[ATT]10688

Posted on January 03, 2018 at 23:20stm8s103f2 is not able to program hex my product's board is based on stm8s003f3 mcu(TSSOP 20pin), but there was some problem in providing the chipset,so I bought stm8s103f2 TSSOP20pin instead of buying stm8s003f3.T...

STM8 how to change Duty Cycle during running

Posted on January 04, 2018 at 13:40Hello community,i try to programm an code for my experimentation and i have a problem .. my code should change the duty cycle ie. the value of CCR2_V if the value of Convertion_Value_Current exceeds or is below a s...

STM8S001J3 open-drain mode

Posted on December 15, 2017 at 08:22HiI would like to use open-drain mode for PB5 pin of STM8S001J3.GPIO_DeInit(GPIOA);GPIO_Init(GPIOB, GPIO_PIN_5, GPIO_MODE_OUT_OD_LOW_FAST);I do not know why the voltage goes down even if I set it like the code abo...