Skip to content

Ragot-Pierre/Arduino_Core_STM8

 
 

Repository files navigation

Important note

This repository is a fork from STM32Duino archive.

I'm working on the implementation of the STM8L151F2 because I got a bunch of those chips.

Arduino core support for STM8 based boards

Introduction

This repo adds the support of STM8 architecture in Arduino IDE.

This porting is based on several external components :

Solution is running on Windows only.

Getting Started

This repo is available as a package usable with Arduino Boards Manager.

Use this link in the "Additional Boards Managers URLs" field:

https://raw.githubusercontent.com/Ragot-Pierre/Arduino_Core_STM8/main/Package_STM8.json

"Standalone" chip core

Boards available

Troubleshooting and known issues

Please note that this is a new core using a new compiler. You may face some issues with libraries compatibility.
We have several known issues :

  • Windows 10: Board binary may be corrupted when plugged on a Windows 10 machine. To ensure compatibility with Windows 10, please upgrade STLink with revision 2.32.22 or higher (estimated availability October 1st).
  • Endianness: STM8 microcontrollers are natively Big Endian whereas Arduino boards and STM32 microcontrollers are Little Endian. By default, some libraries don't handle endianess, therefore these won't be directly compatible with STM8 (this is the case of SD library for example).

If you have a question about compiler, you can also send a mail to Cosmic support : send a mail to Cosmic support

About

STM8 core support for Arduino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.8%
  • C++ 6.9%
  • HTML 4.0%
  • Processing 0.3%