How do I read the Version?
I see it in the *.h62 file as follows:
.asg "April 1, 2009", VERS$DATE
any tips appreciated.
jim pruett
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Jim,
What I think it is being done in this line is that the value "April 1, 2009" is being assigned to the VERS$DATE (date of this version) variable. Like VERS$DATE = "April 1, 2009". And this information will be put in your .out file.
thanks for that.
Now I see it.
Its in the .out file
But no clue what address its at, so I probably don't know how to access it.
I compared it to my map, but .out and .map aren't related.
Only dspmemory and .map are related, not .out locations...
thanks. I am going a different direction.
-jim
Hi Jim,
I think this information is put into the .vers section (see your .cmd file and/or .map file) - and the vers section is put as a copy section (saw this info in the map file). Please see:
The copy section is not loaded to the target, so even if it is in the .obj, it is not loaded to the DSP.