Does anybody has nice scheme for writing firmware version for the firmware. I am using a variable with constant integer (const int) for time being
for eg const int version number 0x V1. but problem with this is the memory block for const int keeps changing if i change any line in the code. so how can i have a fixed memory block dedicated to version number. do i need to write this version number as we write flash.
Thanks
Abby