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.

MSP432E401Y: Binpack utility to add CRC to header of firmware image?

Part Number: MSP432E401Y

I want to use the CHECK_CRC functionality of the BSL for the MSP432E401Y. In reading the SLAU746A user guide to the MSP432E4 BSL, it references a binpack.exe utility you can run post-build on your image that will calculate the CRC and insert it into the image.

This tool is not in the SDK best I can tell, contrary to what the app note says. Is there a tool available to calculate the CRC for MSP432E4 images so I can use CRC checking in the bootloader?