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

Resolved! How to connect STM8L050j3M3 and ST-LINK/V2

hello,i'm studying the STM8L050j3M3.but i don't understand how to connect STM8L050j3M3 and ST link.​it don't have Reset pin. and i don't be going to buy discovery board because i use 1 LED and Timer.​i'd like to make connection mentioned above.could ...

KTAEW.1 by Associate
  • 622 Views
  • 1 replies
  • 0 kudos

gdi-error‘[40201]: while debugging STM8 project on windows 10

Hi All.I have installed STVD version 4.3.12 on OS - WINDOWS 10  version 1803 with following detailsSTVD MainFrame Version 3.6.5.2 - Build Aug 4 2017stvabbld.dll, Version: 1.4.1.0stv7abbld.dll, Version: 1.4.4.1STVD_TxtEditor.dll, Version: 1.0.3.0and r...

0690X000006CBgXQAW.bmp

Timer 1 overflow interrupt not triggered

Hello,I stated using the STM8f003 uC.For simple start I want to implement a flashing LED using the TIMER1 overflow interruptof the core. The code does compile and can be flash without problems.Sadly the LED never lights up -> the interrupt is not eve...

MGehr.1 by Associate
  • 1023 Views
  • 1 replies
  • 0 kudos

Resolved! the code from st example

I2C_Cmd(sEE_I2C, ENABLE); /* sEE_I2C configuration after enabling it */ I2C_Init(sEE_I2C, I2C_SPEED, I2C_SLAVE_ADDRESS7, I2C_Mode_I2C, I2C_DutyCycle_2, I2C_Ack_Enable, I2C_AcknowledgedAddress_7bit);do the init order have some problem? ...