Tool/software: Code Composer Studio
Hi,
I want to verify the each function CRC32 value, at system start up. I have CRC32 software module, so i can easily found the CRC32 for any of the memory location. But my query is "for system safety, i need verify the CRC value for each function. That value already should store in EEPROM or hardcode"
So how can i define the function name in pre-defined memory location also find the function size. if possible i can easily calculate the CRC for each function and i will validate each system startup. . I studied about like need to properly configure the linker cmd file. is this correct?
Please provide any example or solution or your idea. Thanks in advance