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

stvp issue on win 10 when programing stm8

hello , i have an issue regarding stvp . before i used stvp on windows 7 and everything was working fine , but now i made an upgrade on windows 10 and it stops working. the error is ,,Cannot comunicate with the device .Check the swim cable .....'' If...

STM8L052R8 I2C COMMUNICATION FAILURE

#include "stm8l15x.h" #include "stm8l15x_i2c.h" #include "stm8l15x_clk.h" #include "stm8l15x_conf.h" #define I2C_SPEED 100000 // 100kHz #define SLAVE_ADDR 0x27 void I2C_Config(void); void I2C_SendChar(uint8_t slave_addr, char ch); int main(v...

Resolved! Displaced SMT marking on the IC

Hi ST team,  I was hoping to ask for your advice on the recently delivered product to our industry. The control mechanisms of the product are managed with the STM8S105C6T6TR. After the careful removal of the conformal coating, the STM information doe...

VyFeTech_0-1758881077904.png VyFeTech_1-1758881142529.png
VyFeTech by Associate II
  • 506 Views
  • 3 replies
  • 1 kudos

Resolved! Is STM8 recomendded for beginners?

I have experience with PIC and AVR microcontrollers, but they lack the good debug features of the STM8 series. Furthermore, these microcontrollers aren't cheap. While looking for simple and inexpensive chips, I keep coming across the STM8 series.Mast...

rabbi141 by Associate
  • 1941 Views
  • 1 replies
  • 2 kudos

STM8S003F3P6 is protected

Hi everybody,I am using the STM8S003F3P6 development board (little blue one bought from AliExpress) and I am trying to program it using ST-LINK V2 (also bought on AliExpress). I wrote the code using STVD and now I would like to program the MCU. I tri...