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.

Finalize the programming

Other Parts Discussed in Thread: UNIFLASH, SEGGER

Hi,

there's a special way to finalize the programming with a HDK or is a simply matter of:

  • compile in release mode
  • program the eprom throught the usual "debug" button in CCS
  • disconnect the power and the USB and send the board to his target destination

There's some document about final optimization?

There's some way to apply the code on the HDK without entering in a debug session?

Thank you

  • Hello Matteo,

    It is simply a matter as you stated of:

    1) compiling in release mode,

    2) programming the device using your preferred programming method

         - CCS integrated programming (what you refer to as the "debug" button in CCS

         - UniFlash

         - Some other 3rd party JTAG programming tool (like Segger J-Flash which would also require a Segger J-Link emulator)

    3) Disconnect the board and send to its target destination.

    I am not aware of any document other than those that come with the compiler that show any final optimization suggestions or recommendations.

  • Thank you for the clear answer.

    BTW: what's the advanteg/difference between using uniflash or the CCS integrated programming?


  • Matteo,

    User preference and ease.  UniFlash does device programming only whereas CCS integrated programming programs the device primarily for debugging.