STM32duino is supporting STM8

STM32duino, Arduino package which is developed by STMicroelectronics, added supporting of STM8.

Really cheap 8-bit microcontrollers. In this time supports STM8L152R8 (Nucleo STM8L152R8) and STM8S208RB (Nucleo STM8S208RB).

If you want to use Nucleo board which are mentioned above and you are using Windows 10, upgrade ST-LINK on Nucleo development board.

Some libraries of Arduino are not compatible with this library because Big Endian and Little Endian problem.

See the webpage https://github.com/stm32duino/Arduino_Core_STM8

Share the article:
Tags:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

Arduino is very popular platform with support from huge community. You can buy a lot of Arduino (compatible) boards – original Arduino, clone of Arduino with the same microcontroller (ATmega328, SAMD21) or different microcontroller (ESP32, ESP8266). Arduino board with STM32…

STMicroelectronics released a new version of programmer and debugger called STLINK. STLINK-V3SET contains new features for programming of STM8 and STM32 which you really use. STLINK-V3SET contains programming interface like JTAG, SWD and also SWIM (Single-Wire Interface Module). STLINK in…

The first article about STM32duino described “How to start with STM32 like Arduino. The second article of tutorial describes how to control GPIO – digital input, output and also PWM output. All articles about STM32duino: STM32duino I. – How to…

AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we can program better (modern, faster, more low-power, more peripherals) microcontrollers…

Welcome to third part of STM32duino tutorial. What do you expect? We check the most popular microcontroller interface – USART, called Serial in Arduino IDE. The STM32 microcontrollers includes a few USART buses. The feature of STM32 is possibility to…

Learning how to use STM32 has never been easier. With the new STM32C0 series, STMicroelectronics also comes with nine videos on how to get started with the STM32C0. But the information is also useful for other STM32 series, as many…

Trends