Is the launch (start) address stored anywhere inside the image?
I can derive things like physical start address an and size from the info in
the stored image's TOC but I can't find where the launch address is stored.
I know its available in the bin file as I can see it with the viewbin
utility.
I would like my bootloader to pull this info from a stored flash image. Is
it possible?