MSPM0 Driver Library Overview

Introduction

The Texas Instruments MSPM0 Driver Library (DriverLib) is a set of fully functional APIs used to configure, control, and manipulate the hardware peripherals of the MSPM0 platform.

In addition to being able to control all MSPM0 peripherals, DriverLib also gives the user the ability to use common ARM peripherals such as the Interrupt Controller (NVIC) and SysTick.

The DriverLib is meant to provide a software layer to the programmer in order to facilitate higher level of programming compared to direct register accesses.

Nearly every aspect of a MSPM0 device can be configured and driven using the DriverLib APIs. By using the high level software APIs provided by DriverLib, users can create powerful and intuitive code which is highly portable between devices.

API Guides