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

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
  • 966 Views
  • 3 replies
  • 1 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...

Resolved! user-bootloader example code for stm8

I was following the Application note document on [AN2659](https://www.st.com/resource/en/application_note/an2659-stm8-inapplication-programming-iap-using-a-customized-userbootloader-stmicroelectronics.pdf) as my purpose was to implement a custom boot...

STM8L152C4 TIMER2 and 4 - Interrupt not working (Solved)

Hi I am writing this post to help the community. I have struggled a while before to get all this "Interrupt" receipe working with "ST Visual Develop"and COSMIC compiler. Development and tests with only one timer enabled at the time.Note this code is ...

SuperGDx by Associate
  • 1638 Views
  • 1 replies
  • 0 kudos