409
How tos?
Google and download the Energia pinmap for MSP430F5529LP.
I assume that by now you have downloaded the latest version of DriverLib and other documentations
regarding this and the MSP430F5529LP Launchpad board.
Extract the DriverLib zip file and copy the correct DriverLib folder (MSP430F5xx_6xx folder in our case)
to your project folder. In my case, I copied this folder and renamed it as driverlib. The process is same
as what we did for our own-built library files.
Let the compiler know the physical paths of this folder just like the custom library files. Rest of the
works is same as before.