Skip to content

Compatibility Notes

gicking edited this page Jan 21, 2018 · 8 revisions

Currently the STM8_Templates header, libraries and examples are only compatible with STM8S (standard) and STM8A (automotive) devices. Support for the newer STM8L (low-power) line is still on the to-do list. Did I mention that volunteers are highly welcome...?

Most of the projects have been developed for and tested with the STM8S Discovery Board

and the custom muBoard, developed at Robert Bosch for validation of circuits and ICs.

I plan to add other STM8 devices, e.g. STM8L, and different boards in the future. However, first I want to focus on a reasonable feature set, a stable build process, and - last but not least - a useable reference.

Note that access to pins in STM8_Templates is always via physical port+pin (unlike Arduino). Reason is that I wanted to avoid board-specific pin mapping in order to make porting to different boards more transparent. As a consequence pin assignment is done within the projects directly. For details see the Command Reference and the provided example projects.

Clone this wiki locally