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.

Several CCSv4 for MSP430 questions

At the moment I'm trying to get used to CCSv4 with MSP430 and have several questions.

- Am I right, that CCSv4 doesn't provide Simulator for MSP430 like for example IAR does?

- Is it possible to find an earlier version of code generation tools for MSP430? Namely the version 3.0.0? I cannot find them anywhere, the only alternative I have found so far is CCEv3, which contains Code Generation Tool 3.1.0

- What is the "clean" way to convert project created with an earlier version of CGT (3.0.0) to the newer version (3.2.1) ?

 

Thank you all in advance :)

  • Hi Sergey,

    1. Yes, there is no MSP430 simulator for CCSv4

    2. It is possible to get earlier versions of the compiler (3.0.0) and drop it into v4. You may want to make a request for this in the MSP forum for a public link to it.

    3. I'm not a CGT expert but you should be able to just rebuild your project with the new version. You may want to check the CGT readme.1st doc for the list of changes

    Thanks

    ki

  • Thank you for your answer. At least I wasn't blind, when I couldn't find simulator :)

    I'll post on MSP430 forums then to ask about earlier CGT. Also probably question with migrating project will be probably solved so.

     

    I've asked about clean procedure to convert project because, I was getting following warning:

    "This project was created using a version of Code Generation tools that is not currently installed: 3.0.0 [MSP430]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions.  "

    So I assumed that some special migrate procedure should exist.