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.

How to get Linker generated CRC MAP file

Hello,

Using one of the demo projects on the F28M35, the map file has the following section:

LINKER GENERATED CRC TABLES

AppCrc @ 00260000 records: 4, size/record: 24, table size: 104
	.text: algorithm=CRC32_PRIME(ID=0), load addr=00200400, size=00001a46, CRC=00000000bc12adb9
	ramfuncs: algorithm=CRC32_PRIME(ID=0), load addr=00201e48, size=000000bc, CRC=000000004cce7c01
	.const: algorithm=CRC32_PRIME(ID=0), load addr=00201f08, size=0000019c, CRC=00000000dc0460c7
	.cinit: algorithm=CRC32_PRIME(ID=0), load addr=002020a8, size=00000048, CRC=000000008b341cfb

How can I get that in my own project?  I tried to compare the settings one-by-one (is there an easier way to do this?) but I could not find it.