I am working on CCS version 2.01 . My cgtools are of version 2.04. I am working on C5510A. In the set up for CCS,I have selected C 5510 simulator. I have created a LOOP9.out file which is there in the location C:/ti/myprojects/LOOP9/Debug. This Debug folder also has loop9.obj file stored in it along with the abovementioned LOOP9.out file. I want to make a boot table for this using the hex utility to store in an EEPROM.
For this I clicked on the file hex55.exe (located in C:/ti/C5500/cgtools/bin). On clicking, a command prompt window appeared saying 'Input file[.out]:'
On the cursor position I typed this: hex55 -boot-v5510.2-parallel16-a-o myapp.hex LOOP9.out
On pressing Enter after typing the above line in the command prompt window, nothing happened(I could not find any output ) and the command prompt window disappeared. May I know what is the mistake that I have made or if the required .hex file has been created then where can I find it?