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.