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

Where is UART - TX & RX pins in STM8L152C6T6 Discovery board?

Hi Technical team,   I know that STM8L152C6T6 chip is having UART option.I have STM8L152C6T6 Discovery board and checked its schematic also but i could not find out UART-TX & UART-RX pins.Pls help me to check that UART transmit and receive functional...

I need help with CAN BUS Driver.

Good day to all,I have STM8Adiscovery and i'm trying to load example from StdPh for the Can Bus but it's not working at all. Development tool IAR for STM8. What I have - as i see from the beggining, program try to send data 2 times - and then Can bus...

ASafo.8 by Associate
  • 556 Views
  • 0 replies
  • 0 kudos

How to choose the right Development Board?

Hello, First of all I would like to apologized for asking this. As i am new to this environment and I know some of you feels annoyed for this.I did aware of programming in Arduino. in my application I used Arduino but suddenly due to some technical l...

DAghe by Associate
  • 496 Views
  • 1 replies
  • 0 kudos

UART2 is not working on STM8S Discovery board?

Hi Technical team, UART2 is always sending garbage value rather required(correct) value. Hardware used : STM8S discovery with 5V IDE used : IAR The below shows the code , // STM8S105 discovery #include "stdio.h" #in...

Failed to start GDB in STM8 STVD

Posted on July 25, 2016 at 09:36It is very strange for me that I can't debug today with STM8 STVP v3.9 for the STM8AF Discovery Demoboard. It is always successful before that.The error message shown below:''Failed to launch child process:<gdb.exe>>e...

I'm using a STM8S003F3 and in my project I need to use a secound UART ( using others PINS different that 2(TX) and 3 (RX) ), like a AltSerial Library for Arduino. Somebory knows some similary LIbrary for STM8S003 to perform that function

I'm starting to use STM family, so I haven't much experiency, and I'm Brasilian, so don't borry with my English, Please. Thanks for some help. Best regards

ASant.12 by Associate
  • 954 Views
  • 2 replies
  • 0 kudos

Crashes STVD Develpment tool

Hi, I Install STVD Version 4.3.12 for STM8S Application programming. I used Cosmic Compiler for the same application. But while opening programming in tool menu, STVD is crashes and pop up message " STVD has stopped working". Please find attached...

COSMIC Compiler STM8 Crash

hi,My project used to compile using previous cosmic_32k limited version compiler. It's license got expired on 7th June 2018.After installing new compiler, when i compile, the " cxstm8 program crash " dialog box opens in windows 8.1.then, i have manua...

PWM in STM8S001J3

Hi I have red the reference manual if STM8S001J3, but I still confused whether pwm is the same as TIM ? But when I checked in the section of TIM1, TIM2, adn TIM4... Only TIM1 and TIM2 that have pwm mode. Does it mean that STM8S001J3 only has 2 pwm mo...