Is there any method/technique/feature to add automatically incremented build number to the code (managed by software or tool)? the build number can be used for viewing (hence traceability of the code).
Of course there are such techniques. But build number is inferior to a proper version control system, e.g. Subversion. TortoiseSVN as subversion client has a tool to add revision number, last commit date and so on to the code.
Mike, I want UART transmission of build number from my MuC. Can you give any reference to example of doing it with keil?