Which RTOS Operating Systems are Supported by STM8?

Which RTOS Operating Systems are Supported by STM8?

Follow,Star Public Account to not miss exciting content Some of my followers on the public account are readers learning about STM8, and someone asked: Which RTOS operating systems are supported by STM8? 1. Extending the Question Before answering this question, let’s extend another question: Is it necessary to use an operating system with STM8? This … Read more

Differences of STM8 I2C Compared to Other Interfaces

Differences of STM8 I2C Compared to Other Interfaces

Compared to STM32, the STM8 series microcontrollers, although less well-known, hold a certain position in industrial control and embedded systems due to their efficient performance and rich peripheral interfaces, among which the I2C (Inter-Integrated Circuit) interface plays an important role. This article will analyze the characteristics of the STM8 I2C interface and explain its advantages … Read more

Bootloader for Microcontrollers: Simplifying Program Upgrades

Bootloader for Microcontrollers: Simplifying Program Upgrades

During a business trip to a new energy factory, I was tasked with upgrading the firmware to resolve a bug. The microcontroller needed to have a .hex file reprogrammed, but the product was already sealed, making it impossible to open. Therefore, I had to use the CAN bus to update the firmware via a Bootloader. … Read more