I am trying to configure our C compiler (IAR) to calculate the CRC over a section of application code that will be loaded into Flash using BSL_Scripter.exe from TI. BSL_Scripter.exe does a CRC calculation at the end of the load process and I would like to give it the CRC calculated by IAR. However, I can’t seem to get a match between the CRC calculated by BSL_Scripter.exe and IAR. I am wondering if you could me find out how the CRC is calculated for the BSL_Scripter.exe? What I really need is to know the polynomial and any initial valued used in the calculation.