This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to hide source code?

Hello,
I have a source code and header file that is used for multiple project. I want to hide-protect the source code being read by my coleagues for confidential purposes. I could use https://developer.arm.com/documentation/ka004549/latest for creating lib but it is all static which I dont want.
There is some variables in source code with size defined in header. And I want my coleagues to change the size according to their application. How can I build such system?

We are using Uvision V5.36 with MDK-ARM Cortex-M0 toolchain.

0