This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

c28x linker generated CRC tables

I have been looking at the TMS320C28x Assembly Language Tools document – specifically at the CRC sections.
Referece Document SPRU513E - www.ti.com/lit/ug/spru513e/spru513e.pdf

I am not completely clear on everything described. Is it possible to generate one CRC for the complete binary image (the .out file)? It appears that the CRCs that are generated using the crc_table() option in the linker.cmd file are on a section-by-section basis. What we are interested in doing is to generate a single CRC for all of the  sections combined.