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.
Tool/software: Code Composer Studio
Hi,
I am trying to add the CLB tool to an existing project and I followed the steps in the below link as well as the "Enabling CLB Tool In Existing DriverLib Projects" chapter in the CLB Tool user guide. However, I keep getting an error "cannot open source file "driverlib.h"
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/910829
I have included all the required Variable Paths in the "Project Properties" including the "C2000WARE_DLIB_ROOT" for the driverlib so I am not sure why I am getting this error? Please help!
Regards,
You dont have driverlib support. This isnt a CLB tool issue. Your CLB setup is good. You need add drivelib support.
Hi Nima,
I was waiting for your response to be honest because I followed your advice for using CLB tool :)
Can you please tell me how to add drivelib support?
Regards,
Mohammed
Well we always start from a DRIVERLIB example. The steps for the CLB tool addition is on the driverlib based projects.
To add driverlib to your project, you need to:
1. Add the INCLUDE PATH of c2kware/driverlib/<device name>/driverlib
2. Add the Library of c2kware/driverlib/<device name>/driverlib/debug/driverlib.lib
Nima