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.

Programming an SM320F2812



In production we don't want to use a TI pod for programming the device. We don't want to have a lot of special pods from different companies in the production area. Is there any way of creating e.g. an SVF file or any other standard format to be able to use our own JTAG tool to program the device?

  • Hi Anders,

    CCS will generate a .out file normally.  It can also be altered to create a hex file of various formats.  However, to program the chip via JTAG you will likely get tied into using TI emulator pods or 3rd party emulator pods that work with TI.

    Another option is to use SCI/UART to program the device with a PC.  I might recommend taking a look at a program called C2Prog to see if it can meet your need.  CCS can directly create a file which can be used by this tool.
    http://www.codeskin.com/programmer


    Thank you,
    Brett