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.

CCS/MSP430F169: non

Part Number: MSP430F169

Tool/software: Code Composer Studio

Hi,

1. I loaded an your example of this device. The build button is off. How to build?

2. Can I convert IAR project to CCS?

Regards,

Moti Esh

  • Hello,

    Moti Esh said:
    1. I loaded an your example of this device. The build button is off. How to build?

    You need a CCS project, not just the exectable

    Moti Esh said:
    2. Can I convert IAR project to CCS?

    There is no conversion tool that I am aware of. You will likely need to manually create a new CCS project and configure it yourself. Note that if you have asm files, you will need to be aware that many of the IAR asm directives will not be supported:

    https://e2e.ti.com/support/tools/ccs/f/81/p/75853/302645

    I'd also suggest posting in the MSP forum for more advice on migrating from IAR to CCS. There are many experienced people there how can give more guidance.

    Thanks

    ki