STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm8s001j3 i/0 control problem

I am having a communication problem with MAX485 ic. I am trying to change Ic receiving mode to transmit mode by using 'PB4' pin and i am using UART1 , SWIM pin as a Transmitter. in some controllers i am unable control pin in the middle working. I am ...

nraj by Associate II
  • 630 Views
  • 2 replies
  • 0 kudos

Resolved! STM8S001J3 UART RECEIVING PROBLEM

Hi All,I am using stm8s001j3 controller, PA1 and PA3 are using as a UART communication by using Remapping. i am able to send the data but unable to receive data. UART configuration is   GPIO_DeInit(GPIOD);GPIO_Init(GPIOD, GPIO_PIN_6, GPIO_MODE_IN_PU_...

nraj by Associate II
  • 682 Views
  • 2 replies
  • 0 kudos

STM8S005K6 SWIM PROG error [42004]: Memory write error

Program memory write stopped working for me. I tried with two STM8S005K6 chips. And everything works fine if I use some other STM8 chip. Getting below error when trying using STVP.Error : Programming failedError : Problem while trying to Reset swim a...

LGeor.2 by Associate II
  • 2247 Views
  • 10 replies
  • 0 kudos

Resolved! Issue with UART1 in STM8S001J3

Hello, I'm having some problems with UART1 in STM8S001J3. I'm using the simple code below (the compilation is ok), but when I try to programming the MCU in STVP, a error happen and the MCU doesn't work anymore, even though I try to programming with a...

0693W00000NpnGCQAZ.png
VScar.1 by Associate II
  • 1352 Views
  • 7 replies
  • 0 kudos

TIM1 jumping count in the encoder mode

I'm using a TTC encoder connected to stm8s003f . TIM1 counts correctly until it reaches the value before the overflow value . After that it either jumps to 0 or it shows the overflow value. What is that due to?Thank you.

Kolab by Senior
  • 634 Views
  • 3 replies
  • 0 kudos