Other Parts Discussed in Thread: CC1310
Hello, everyone!
Can anyone tell me how to create a library for CC1310 in CCSv6.1.2? After creating library, I hope that in my project, I can conveniently call functions defined in library.
Dou Qiang.
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.
Other Parts Discussed in Thread: CC1310
Hello, everyone!
Can anyone tell me how to create a library for CC1310 in CCSv6.1.2? After creating library, I hope that in my project, I can conveniently call functions defined in library.
Dou Qiang.
Hello,
You will need to change the output type to a Static Library when creating a new project:
This will configure the project as a library project and generate a library when your build it. The generated library then can be included in another project to call functions in the library as you desire.
Thanks
ki