2025-08-26 10:37 PM - last edited on 2025-12-22 9:50 AM by Andrew Neil
I have experience with PIC and AVR microcontrollers, but they lack the good debug features of the STM8 series. Furthermore, these microcontrollers aren't cheap. While looking for simple and inexpensive chips, I keep coming across the STM8 series.
Mastering a new microcontroller takes time. I'm confused about learning the STM8 because STMicroelectronics is recommending their STM32 series, which uses the ARM Cortex-M core. This recommendation makes me wonder if investing time in the STM8 is a good idea, or if it would be better to learn the more widely-supported and future-proof STM32 family.
Solved! Go to Solution.
2025-12-17 4:54 AM - edited 2025-12-17 4:55 AM
On the state of STM8 tool support:
https://community.st.com/t5/stm8-mcus/st-visual-develop-updates/td-p/763922
"the outdated IDE creates unnecessary barriers for beginners, often discouraging them early in the learning process"
2025-12-17 5:14 AM - last edited on 2025-12-22 12:45 PM by Andrew Neil
Discussion of installing STVD on Windows 10 split to separate thread.
2025-12-22 12:50 PM - edited 2026-01-06 1:59 AM
@DarekR wrote:ST has not updated STVD for a long time. Which is scandalous
But it aligns with what @Peter BENSCH said in the first reply.
See also what @mƎALLEm said here and here.
PS:
See also:
"[STVD] is no longer being developed because all resources are focused on the more modern STM32"
2025-12-23 12:53 PM
2026-01-04 12:45 PM
Additionally, I've found more easier way to STM8 programming in sduino.
Because I like the Linux OS.
2026-01-05 3:19 AM
For STM32, there is stm32duino:
https://docs.arduino.cc/libraries/stm32duino-examples/
2026-01-05 3:37 AM
2026-01-05 4:01 AM
Of course, once you're into Arduino (or similar) the underlying architecture is, essentially, irrelevant - makes no difference whether it's AVR, SAM, Renesas, STM8/32 or whatever!
2026-01-05 6:54 AM
For STM32, I'm not interested in using sduino with Arduino IDE, because there is STM32CubeIDE for Linux OS, and I like it very much.
2026-01-06 6:52 AM
@Rombersoft wrote:Additionally, I've found more easier way to STM8 programming in sduino.
Is that an IDE in its own right, or does it use the Arduino IDE ?