I would like to attach the crc and version info to the end of the hex image. I can do this easily with a post build tool. But I would like to embed the location of this info in the code so that the code can use this info at boot up to verify itself before running.
Does anyone know of any symbols or environment variables that I can embed in my code to give me file size or EOF or the like?