We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.