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.

How to add CRC calculation to CCS build process



To compute CRC for .bin file, I can use the following commands:

C:\ccs\projects\enet_lwip\Debug>C:\ti\TivaWare_C_Series-2.1.3.156\tools\bin\binpack -i enet_lwip.bin -o enet_lwip_crc.bin

binpack- Wrap a firmware binary file for use with a CRC-enabled boot loader.
Copyright (c) 2013-2016 Texas Instruments Incorporated.  All rights reserved.

Reading input file enet_lwip.bin
Output file written successfully.

C:\ccs\projects\enet_lwip\Debug>move /Y enet_lwip_crc.bin enet_lwip.bin
        1 file(s) moved.

Is it possible to add these commands to CCS project, to make them running upon successful build? If possible, using available CCS macros for output file and active configuration.

My working environment:

Code Composer Studio Version: 6.1.3.00034
TivaWare_C_Series-2.1.3.156
Board: EK-TM4C129XL Rev D
Windows 10 x64