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.

LP-MSPM0G3507: Unable to compile after new CCS Project creation

Part Number: LP-MSPM0G3507

Hello, I've been trying to create a blank project for the LP-MSPM0G3507. However, I'm unable to compile anything because it doesn't seem to recognize the header file. When I create a new project, it doesn't include the header file and gives me 4 errors.

When i include it, it gives me 7 errors.

I downloaded and installed the most recent MSPM0 SDK.  .

I also created projects with both compilers, TI Clang v3.2.1.LTS and TI v20.2.7.LTS and I've been unable to compile it. Any help so that I can compile code is greatly appreciated. I need to program it at the register level.

  • Hi Ale,

    Would you try the method mentioned in the SDK documents and take one more try: ...\ti\mspm0_sdk_1_30_00_03\docs\english\quickstart_guides

    We always recommend customer to import the exist project and do modification based on the example project provided by SDK driverlib.

    If you have already tried and still have the issue, please let me aware.

    B.R.

    Sal

  • I tried your method and it works. Apparently, when creating a project from scratch, it doesn't include the necessary files by default. Importing an empty driverlib example from the SDK did the trick.