In IAR, there is a CRC or checksum calculator embedded, you can specify the code range, then the calculator will output CRC or checksum into a specified address. Dose CCS have same tool?
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.
In IAR, there is a CRC or checksum calculator embedded, you can specify the code range, then the calculator will output CRC or checksum into a specified address. Dose CCS have same tool?
I assume you are working with MSP430. If so, there is no built in CRC generation feature in the compiler toolset for MSP430.
The Uniflash tool which is a stand-alone flash programmer can compute the CRC of the entire flash region when the part is programmed but not sure if that is what you are looking for.
If you are using MSP430, you could also try posting to the MSP430 forum as someone there may have created their own solution or may have other suggestions.