Other Parts Discussed in Thread: MSP430WARE, MSP-EXP430F5529LP
Tool/software: Code Composer Studio
I decided to give msp430 driverlib a try with a new project. The user's guide for DriverLib (DOCNUM-2.91.10.06, copyright 2019) gives good instructions for creating a new project that will use DriverLib or pulling DriverLib into an existing project. Unfortunately the latest release of the CCS (V8.3.0.0009) doesn't work with these instructions.
The instructions say I should create a new project, and use a project template with driverlib support. None exist even though I'm using the same processor (MSP430F5529) as shown in the guide's example.
The instructions say I should apply a project template "Add Copy of DriverLib to Project" but my CCShas no project template by that name.
The question I have: is DriverLib still supported or should I avoid it?