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.

Hex utility

Other Parts Discussed in Thread: CCSTUDIO

I want to use Hex utility provided by CCS for converting .out to .i10

So i am executing following command

C:\CCStudio_v3.3\C2000\cgtools\bin\hex2000 Application.out -i hex.cmd -memwidth 8 -order MS -o Application.hex

But i am not sure what exactly to write into .cmd file

In linker file i have some many sections like .cinit,.text,.pinit etc.

Can anyone help me out in writing hex.cmd file