Tool/software: Code Composer Studio
I am following the labs on the link below:
software-dl.ti.com/.../CLP_Workbook.pdf
I am using Tiva Ware C series ( EK_TM4C1294XL). My understanding is when starting new project, a number of configuration has to be set such as telling the CCS where the Tiva C series is installed and adding the file driverlib.lib to the project among other things.
In Lab16 in the workshop, the project was imported to CCS. It is difficult to tell what setting have been set, however, I noticed that the file driverlib.lib doesn't appear in the project folder ( please see screenshot).
In RabLab02 ( or lab02) when I delete the file driverlib.lib, the project compiler with errors ( only compile successfully if this file is in the project).
Even the file driverlib.lib doesn't form part of the lab16 project, this one compile successfully.
My question where and when to use driverlib.lib? Is it compulsory?