I have a .hex file that was apparently built with Code Composer version 4.10.37 under Windows XP. The .hex file is in the build folder of the project and the Build Instructions say to use version 4.10.37. I don't have access to a development system or I could verify if the .hex was indeed generated from the source in question. I am investigating the feasibility of using the .hex file to load Flash via Asset ScanWorks. I inspected the format of the hex file and it isn' in Intel Hex format, which is required by ScanWorks. I found an article on the Internet that says Code Composer use Intel mcs-86 hex format but the .hex that I have isn't in that format. Does anyone know what specific hex format Code Composer 4.10.37 generates?