STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm8S003f3 debugger

I am using Stm8s003f3 in my own designed card. Using ST-LINK v2, I can assign code using SWIM and RESET pins. I'm getting an error when I want to upload more than one stm8 code using the same debugger. Is there a product or method that I can use to p...

Resolved! Decompile STM8S208 code file

I want decompile STM8S208 code file. File format is .S19. What should be the steps I should follow? 

sanket47 by Associate II
  • 1233 Views
  • 2 replies
  • 0 kudos

SMT8 for OTA solution

Hi Sir/Mdm,Would like to know is there any solution for OTA (Over-the-Air) upgrade firmware for STM8?Regard'sJason

Use ADC and USARt1 in STM8L151C6

I am a newbie into the world of embedded systems.is it possible to enable clock for ADC and TIM4 overflow update.``` CLK_DeInit();   CLK_LSICmd(DISABLE); // Use internal clock. CLK_HSICmd(ENABLE); while(CLK_GetFlagStatus(CLK_FLAG_HSIR...