Part Number: TMS320F2800132
Other Parts Discussed in Thread: C2000-CGT
Tool/software:
Hello,
I actually use the linker to calculate and store the CRC on some specific area.
I use the crc and crc_table operator according to the area I need to calculate and use this crc value at stratup to verify the code is OK.
I have created in the memory a "header" in ASCII that contains some information about the code, so opening the .out file the header is easily readable without any knowledge to convert hex to ascii etc...
My question is : is there a possibility using the linker to convert the differents CRC to ASCII and store it at a specific flash location?
It can probably be done using post build script but I do not have the knowledge to do this.
For information I use TI C2000-CGT compiler v22.6.1.LTS.
WIth best regards.