My understanding is that the .elf file also contains a great deal of information, including headers, section header tables, symbol tables, etc. This information is not stored in the program flash as I understand it (maybe I'm wrong). Is there a way to get an output file that contains only the executable code section (.text), because that is what I think has been loaded into the program flash. For ColdFire, I understand you can do the following:
Debug->ColdFire->Load/Save Memory to grab the exact binary image in the Flash.
I'm trying to find out if there is something similar for the DSP tools.