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

ST Visual Develop updates

Hello,given that the longevity commitment of the STM8 chips has been renewed for another 10 years, is an update planned for the old STVD development environment, which is no longer in line with other similar IDEs and also has some bugs? Sebastiano

SSpin by Associate
  • 1132 Views
  • 1 replies
  • 0 kudos

Resolved! STM8 vs Cortex-M0/0+ in a new project

 I am studying a project that requires a very small microcontroller. It will only drive analog and digital ports, but we need the I2C protocol and maybe even CAN. I was advised to use the STM8, but I am not comfortable with this choice. And I wanted ...

Resolved! Does STM8S- Discovery kit support Window OS (7, 8and 10)?

Hello guys,I found the datasheet on ST web was released in 2011.https://www.st.com/resource/en/user_manual/um0817-stm8sdiscovery-stmicroelectronics.pdfIn this old document, it state the hardware requirements as below:- USB cable type A to B- Computer...

robertw1 by Associate II
  • 1230 Views
  • 2 replies
  • 0 kudos

Recommendations for using timers

I've been struggling to demonstrate timer capabilities, with some success but a lot of unexpected failures. I don't see any "application notes" (ANxxx) in the documentation and very little howtos in the reference manual. Is there a list of recipes fo...

STM8s programming and debugging error

Hello,I need to debug and program an STM8S MCU. However, when I try to debug using IAR, I encounter the following error:"Failed to set configuration with MCU name STM8S208C6: SWIM error [30006]: Comm init error: chip does not answer."When I try to pr...

SpeedyGonzales_0-1734424530776.png SpeedyGonzales_0-1734423391343.png SpeedyGonzales_0-1734424464089.png SpeedyGonzales_2-1734420742029.png

STM8 Manual Clock Switching Bug

Hi,I guess there is a bug in manual clock switching (file: stm8s_clk.c function:CLK_ClockSwitchConfig:( /* Wait until the target clock source is ready */ while((((CLK->SWCR & CLK_SWCR_SWIF) != 0 ) && (DownCounter != 0))) { DownCounter--; }Mus...

Resolved! STM8S103F3P6 slave SPI device with multiple CS

Hi, We are trying to solve some problems regarding our SPI bus (bus stability, due to multiple branches in noisy environments) and reduce costs by eliminating a SPI sensor and make our STM8 to read a NTC. We would like the system to answer as the old...

stm8s105k6c6

  Hello,  I'm looking to read and write on an stm8s105K6c6 of a hoover, and would like any information that would enable me to carry out these tasks (chip and st-link v2 wiring diagrams), as well as the most appropriate software... Thank you *This po...

mbr972 by Associate
  • 601 Views
  • 2 replies
  • 1 kudos