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.
Hi,
I am working on a project where I have to share the basic software files of the Code Composer Studio project with the customer to integrate their application code.
So here to ensure the confidentiality of the code is it possible to generate masked code with Code Composer Studio?
Or is there any other way to do so like creating library files or object files?
If yes, please let me know the procedure to do so.
Thanks in advance.
Hello,
Providing a library is a common way of achieving what you describe. You can use a CCS Static Library project to create one.
Thanks
ki