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.

MSP-EXP430F5529LP: USB emulation error

Part Number: MSP-EXP430F5529LP

Hi Experts,

Good day.

Upon installing the software for Code Composer Studio (CCS), and also installing the software for my launchpad (MSP430F5529LP), each time I run my code, I get a USB emulation error.


Pease advise,

Regards,

Josel

  • Hi Josel,

    As you described in picture, you missed driverlib.h in your code.

    At the beginning, you should find the file of "driverlib.h" position in your project. You may need to search it.

    Then, here is two methods for the issue, you can choose one of the two:

    1.   , and you can put the include path of "driverlib.h" in there.

    2.You can find the "driverlib.h" and copy it into your project file path (In the same level of file root directory as the main.c file).

    Best Regards

    Sal

**Attention** This is a public forum