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

Version and build in sw?

I start with the Keil MDK-ARM.
I'd like in my software had a function that returns version.
Any as
SW_ver()
return

v1.32 build 1234

Where 1.32 is set manually as constant and build is automatic increment
uVision has some support, where can I find an example of how to do it?