I have an example project for the Micro C OS for the TM4C1294XL and would like to build on it by adding Tivawares driverlib instead of the weak BSP the example came with. How do I add driverlib to an IAR Embedded Workshop project?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have an example project for the Micro C OS for the TM4C1294XL and would like to build on it by adding Tivawares driverlib instead of the weak BSP the example came with. How do I add driverlib to an IAR Embedded Workshop project?
Hi Stephan,
I don't have a lot of experience with IAR but we have all TivaWare projects supported in IAR too so you have a couple options here:
For the second option, if you aren't too familiar with IDEs, maybe our Getting Started Guide can help a little - it's all for Code Composer but it would show you the kinds of settings in an IDE that are relevant for adding libraries etc.
Those details would be in Section 3.2: https://www.ti.com/lit/pdf/spmu373
Best Regards,
Ralph Jacobi
I figured it out. Its super easy. I just needed to include the path to the driverlib.a file in my project. I'm new to IAR Embedded workbench.