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.

TM4C crc_table generation and validation

I am using the TM4C1290CPDT processor and would like to have the linker calculate the CRC of my code (.text, .const, etc.) and put the CRC into the binary image.  Once booted, the run-time image will validate this CRC.  Currently I am using crc_table in my linker command file and CRCs put into a separate section on the image.

My questions are: 

The default algorithm for the crc_table on this processor is TMS570_CRC64_ISO, are they any other choices?

Can I use the on-chip CRC module in the processor to validate this CRCs?

Is there any example code showing this working?

TKS.