Part Number: MSP430F6736
Tool/software: Code Composer Studio
Hi,
Inside the driverlib of a device there is a folder "inc" and inside it the file "version.h". Apparently the "#define getVersion()" return the current version of the driverlib, but there is some troubles:
- It's necessary to include the path of "/inc" folder by hand
- When I tried to use "getVersion( )" I received an error about wrong octal notation. To correct it is necessary to remove the left zero in the BUILD define.
Why not facilitate the access to this "function"?
Why not change algo the defines with version number to hexadecimal notation? With this is possible to easily read the version in the expression tab just changin the format to hexadecimal.
