Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 651 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 651 Bytes

mps430-template-library

This is a library for MSP430 processors implemented as C++ templates. The idea is based on Rick Kimball's fabooh and this article.

C++ templates allow shifting parts of the code from runtime to compile time. The benefit is reduced RAM usage and the possibility to detect design errors already when compiling.

The libraries are evolving based mostly on my needs, and cover not all MSP430 variants, nor all functionality. Currently, the MSP430G2x53 is the main development target.