Tool/software: Code Composer Studio
Hello,
I would like to release a portion of our source codes to our customer so that they can develop some functions by their own. How can I hidden most of our source codes by compiling them into a specific format such as .obj and just release .c file to our customer to develop their own functions, and then our customers can compile their .c file together with our specific format files to get a .hex file.
for example
If there are two .c files named Company.c and Customer.c respectively in my project.
I would like to release the whole project to my customer where Company.c is compile to a specific format such as Company.obj
Our customer can develop some functions in Cousomer.c and the functions are called in Company.c.
Finally, the customer can compile the whole project to have a .hex by CCS
Is it possible to do this?
Thanks a lot for you great help !