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.

use HEX55 conversion utility

Other Parts Discussed in Thread: CCSTUDIO

Hi all,

I have a problem to use the hex55 conversion utility tool in CCStudio v3.1.

I open the command window and type in the command line the following sentence (as described in the help topic):

 

hex55 [-boot -v5510:2 -parallel16 -a -o Reverberator.hex] Reverberator.out

 

But the command isn't executed because (as the command window reports):

Command "HEX55" not found

 

What is the exact command to convert the file.out into an hex file from the command-line?

The directories that contain the HEX55 tool and the file.out are different. Could it cause problems? Do I have to specify the PATH of the hex conversion tool?

I have tried to type this sentence too:

 

C:\CCStudio_v3.1\C5500\cgtools\bin\hex55 [-boot -v5510:2 -parallel16 -a -o Reverberator.hex] Reverberator.out 

 

But the command isn't executed because (as the command window reports):

Command "C" is not supported in this plug-in

 

Thank you.

  • Do not use the command line plug-in within CCS for invoking compiler tools such as hex55.  Instead, use a DOS command shell, or whatever command shell your local expert advises for your system.  Generally, you need hex55 to be in your path, and you execute from the directory which contains the .out file you want to convert.  

    Thanks and regards,

    -George