After compile, can the codewarrior add a dll or other file to do some post compile action, for example, calculate a CRC based on the s19 file and put this CRC in the specific address area?
regarding CRC you can go into the CW installation folder (c:\Program Files (x86)\Freescale\CWS12v5.2\Help\pdf\) and look into Build_Tools_Utilities.pdf. There are checksum including principles described there.
regarding CRC you can go into the CW installation folder (c:\Program Files (x86)\Freescale\CWS12v5.2\Help\pdf\) and look into Build_Tools_Utilities.pdf. There are checksum including principles described there.
Except natively supported CRC calculation by the build tools in Codewarrior for HC12 (as suggested by Lama) it is also possible to run a prebuild/postbuild steps (run a batch script). See the screenshots below: