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.

CCS5 code size limit and libraries

Good morning,

in my company we have the need to distribute some code to our customers allowing them to use the CCS5 code size limited edition to test the system. Our code (for MSP430) is bigger than 16 KB so we are looking for a solution. Looking around on the internet I saw that a project exists from TI that allows to do this (MSP-EXP430F5438 User Experience) on CCS4. The trick was to create a closed source library from the code that the final user is not supposed to modify (starting from the object files) and include the library instead of the source code for those parts of code in the project to be distributed.

We have been trying to do this in different ways but alwais without success.

Does anyone knows if this approach is still valid also in CCS5?

Does anyone have hints or suggestion on how to accomplish this task?

Thank you