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.

Flash program in 6713DSK

Hello all,

 

I want to do some flash frogram in C6713DSK, Kindly give some procedure to do the flash program..

 

 

Thanks in advance

Shan

  • Hai Mariana,

    Thanks a lot for your valuable reply , I have done the flash program from the example file, But white i creating a new project for the flash program i am facing a problem on creating the .hex file, Please give me some steps to create a .hex file

     

    once again thanks,

     

  • The steps are in the page I sent:

    10) Use hex6x to create an hex file, use a example of cmd file – tells hex6x how to convert from .out to .hex. You can use a .cmd file to pass the options to the hex6x utility. You can edit the file at C:\Program Files\SoftwareDesignSolutions\FlashBurnDSK\examples\DSK6713\BlinkDSK6713\BlinkDSK6713_ahex.cmd for your application (maybe copy it to the same location as your project's map file).

    a) In Windowns, go to Start->Run, type cmd.

    b) Type (replace the path below with the path for the .cmd file for your application if needed):

    C:\CCStudio_v3.1\c6000\cgtools\bin\hex6x C:\Program Files\SoftwareDesignSolutions\FlashBurnDSK\examples\DSK6713\BlinkDSK6713\BlinkDSK6713_ahex.cmd
    

    c) A .hex file will be generated.