Hello all,
I want to put my software version in information segmant on my Flash. I have MSP430F2111 and I am using Code Composer Essentials 3.2
I was try to define assembly file and use lines like:
.infoA
DC8 "Software Version: 0.1"
or
ORG INFOA
DB "Software Version: 0.1"
And I get following error messages:
[E0002] Illegal mnemonic specified
Thank you,