Part Number: MSP430FR5969
For my application, I need to compute a CRC32 of the ROM sections of my code during build time, then on startup have the MSP430 make the same calculation. The MSP430 will then report the computed checksum and an external control system will compare them.
The related question offers some information but doesn't address a PC side utility or fully explain how to checksum an entire memory section.
From what I understand, checksumming ROM is a very common practice with embedded systems, but I had difficulty finding good information relevant to the MSP430. I'd appreciate any insights.