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.

RE: Regarding EZ430 Chronos - Include path not found

Other Parts Discussed in Thread: MSP430F5509, CC430F6137

Hi Lisa,

Great thanks for update. Ez430_chronos_datalogger works fine but I get an error when trying to run debug on C1_Example:

identifier "UPCS0" is undefined

Does this have to do with the fact that I am running the build configuration "915MHz - Unrestricted CCS Platinum (USA)". I couldn't find "Limited CCS Core Edition (USA)" option for it which I am currently using for Ez430_chronos_datalogger. This is the message I get after:

Error connecting to the target:

The target setup (MSP430f5509) does not match the actual target type (CC430F6137).

Best,

Sugaal

  • Sugaal Daher said:

    identifier "UPCS0" is undefined

    Does this error appear in the CCS build console or only in the Problems view? If it does not appear in the build console then it means that it is not an error from the compiler and the build itself completed fine. The syntax error could be coming from the Eclipse indexer which is ok to ignore. Make sure though that the build console is free of errors.

    Sugaal Daher said:

    Error connecting to the target:

    The target setup (MSP430f5509) does not match the actual target type (CC430F6137).

    This message is saying that the target configuration file being used to connect to target is configured for a MSP430f5509 while the actual device is a CC430F6137. Make sure that the project you are debugging has set the correct target configuration file (the one set up for CC430F6137) as "Active".