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.

CC3235MODASF: Programming launchpad with a hex file

Part Number: CC3235MODASF
Other Parts Discussed in Thread: UNIFLASH

I have a hex file we program our custom board with.  The hardware configuration is almost the same as the launchpad.  I've tried to program the launchpad with the .hex file but it does not respond afterwards.  I try feeding the .hex file to Image Creator but I can't help thinking this is the wrong thing to do.  What is the proper way?

  • Additional:  We are able to program our AT command application by feeding the .bin file produced by CCS through Uniflash, but not the older .hex file. 

  • hex files should be used by an external flash programmer and not by ccs or uniflash (which uses a proprietary SLI image - which is another output when you create a programming image).

    Both CCS and Uniflash can create the programming image (hex format) but not to use it.

    note that the bin file took from CCS use is just the MCU (application) image (product of the project build), which is one of the inputs (together with service pack, catalog and user files) for CCS or Uniflash to create a programming image (hex or sli) file.