MSP430ware (DriverLib)
DriverLib Modules
For the most part, DriverLib is organized by peripheral modules. Each peripheral has its own API
specification; this provides good modularity and makes it easy to reuse peripheral code across
devices whose peripherals are in common. There are cases where one module may rely on
another, but in most cases they are independent API sets.
Programming Methods – Summary
Over the past two chapters we have introduced four ways to program the MSP430. They are
listed below along with the chapters (and courses) they are discussed in.
Summary
Name 4 ways to program GPIO:
1. ___________________________________________________
2. ___________________________________________________
3. ___________________________________________________
4. ___________________________________________________
Using device specific header & command files (.h/.cmd) Ch2
MSP430ware DriverLib (F5xx/6xx and Wolverine devices) Ch3
Energia Ch8
Grace graphical driverlib tool (Value-line and Wolverine devices) *
*see Chapter 8 in the “G2553 Value-Line Launchpad Workshop”
* http://processors.wiki.ti.com/index.php/Getting_Started_with_the_MSP430_LaunchPad_Workshop_v220
this
MSP430 Workshop - Using GPIO with MSP430ware 3 - 5