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.

Whats the correct way to include driverlib code in my program?



Hello,

What would be the correct way to include the driverlib drivers in my program?

So far I just copied the whole driverlib folder in my project folder, included all the source code in the project for all drivers and compiled them toogether with my program (main.c).

But I have a feeling this is not the most optimal way since I increase compile time unnecessarely and maybe also the flashfiles.

So what would be the correct approace?

PS: I'm using KEIL as IDE.

Thanks,
Alex