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.
Is it possible to have the version number of a compile auto increment and be a part of the code to be retrieved at run time? Thanks
No. The nearest you get with the Keil tools alone is __DATE__ and __TIME__. You would need a 3rd-party (or homegrown) utility to provide such a build number.