Hi, I am compiling my firmware (hex) files using uVison2 and I was wondering is there any way to add a version number or resource file to this project so that when I right click on them in a windows environment that I can see version number or other information as I can do if I create a windows dll. Thanks
Compile and link in debug mode. Have a label that changes with (includes) the revision. The loaders will ignore the debug info, but you can find it in the file. As to locating it in the same place every time, I have no idea. Erik