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.

code composer studio stack problem

Will Code Composer Studio works for Stack based programs which I need to dump in TI MSP430 (IAR TI-Mac program) 

  • Hello,

    I'm not sure I understand fully but I think you are asking if you can use CCS to build and program an existing IAR project on to MSP430. If so, then yes this is possible. Note that you will need to create a new project in CCS and add the source to it from the other project. If you use IAR macros in your source or have assembly files, you will need to do some additional modification to remove any IAR specific stuff and replace it with TI compiler. Once done, you can build it and program your MSP430 device.

    ki