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.

CCS/TMS570LC4357: How to set predefined memory location for my each function ?

Part Number: TMS570LC4357

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