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/EVM430-FR6989: Drivers MSP430FR6989_emu.xml does not exist

Part Number: EVM430-FR6989
Other Parts Discussed in Thread: MSP430FR6989

Tool/software: Code Composer Studio

Hi Technical Members,

I am CCS beginner, I try to rebuild EVM430-FR6989 Sample Source Code.

After import EVM430-FR6989 Sample Source Code project into CCS then rebuild, the compiler gives the below error message

File drivers/MSP430FR6989_emu.xml does not exist.  Was included by file C:/Users/tuyen/workspace_v9/ESI_INV_CAL_V1_IIC/targetConfigs/MSP430FR6989.ccxml

Where do I find "MSP430FR6989_emu.xml" and where to add?  Thanks.

Best Regards,

T. Nguyen

  • Please see this related thread. That should help resolve the error.
    https://e2e.ti.com/support/tools/ccs/f/81/t/680379

  • T. Nguyen,

    what is happening is that the target connection file (.ccxml) is referring to a file that does not exist.  The target configuration file is used to configure the debugger so that it can connect to the device.

    I would guess that the sample you are importing is old and at some point between the time it was created and now the file that defines the FR6989 was renamed.  I could not find that MSP430FR6989_emu.xml file in any of my CCS installs going back to CCSv5.5.

    What I would do is just delete the MSP430FR6989.ccxml file from your targetConfigs folder.  Then go into the properties for the project and select the option to manage the target configuration automatically.  The ccxml file will then be generated again.

    Regards,

    John

  • Hi Johns,

    Thanks for instructions.

    After delete "MSP430FR6989.ccxml" the system generate a new "MSP430FR6989.ccxml" without "MSP430FR6989_emu.xml".

    Now I run into environments setup problem the CCS compiler can't locate "intrinsics.h"

    What should I add in dialog windows  "Include Options" to solve this include file problem?  Thanks.

    Best Regards,

    T. Nguyen

  • T. Nguyen,

    T. Nguyen said:
    Now I run into environments setup problem the CCS compiler can't locate "intrinsics.h"

    Since this is a new question unrelated to the original one, could you please create a new post for this question? It helps with tracking and routing it to the appropriate expert.

    If the project you are building is a TI provided example, please include in the post the name of the project and TI software package it comes in.