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