Hi,
Is there any way by which I can determine the build date & time of the CCSv6 project in run time during program execution? What I mean is that, I am expecting that the IDE will insert the project build date & time in the code and that will get stored in the MCU FLASH (code section). During runtime, the code will be able to read the same and take a decision.
One may say that we can define a constant in the code & keep on updating the same before deployment or before compiling. But in my situation, the coder may not be changing the constant in the code if such an arrangement is made!!
Also, if it is possible to identify uniquely which PC was used to compile the project, that will also do as a solution. We want to uniquely identify the IDE user (or the PC on which the IDE is installed) at a point of time in a given code.
-
Thanks
-
Regards
Soumyajit