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: Code Composer Error "Meta-data cannot be interpreted" for BOOSTXL-K350QVG-S1_GrlibExample_MSP432P401R

Other Parts Discussed in Thread: BOOSTXL-K350QVG-S1

Tool/software: Code Composer Studio

I am currently working in Code Composer 8.2.0, and I am working on a projecting involving the use of the BOOSTXL-K350QVG-S1 in conjunction with the MSP432P401R Launchpad kit. After searching for countless hours, the only example of source code I could find involving the use of these devices in CCS was the BOOSTXL-K350QVG-S1_GrlibExample_MSP432P401R from the MSP-EXP432P401R_Software_Examples_widows files. However, when I try to import this into my CCS workspace, I get the error message:

"Import failed for project 'BOOSTXL-K350QVG-S1_GrlibExample_MSP432P401R' because its meta-data cannot be interpreted. Please contact support." 

I do not have any idea how to fix this. I tried to import this into a version of CCS 6.2.0, but the same error occurs. How can I resolve this issue so I can use this example code with the BOOSTXL device?

If there is no way to fix this particular issue, what I really need is just some information on what needs to be included and how in a CCS project in order to use basic functions from the graphics library used to write to the BOOSTXL screen from the MSP.

I am attaching a zipped version of the project to this post. Thank you for any and all help.

BOOSTXL-K350QVG-S1_GrlibExample_MSP432P401R.zip

  • Hello Zachary,

    could you provide a path to your example?
    I cannot find it.
  • Zachary Holloway said:
    However, when I try to import this into my CCS workspace, I get the error message:

    Try importing the project from inside the \Firmware\Source\BOOSTXL-K350QVG-S1_GrlibExample_MSP432P401R\CCS directory rather than the root \BOOSTXL-K350QVG-S1_GrlibExample_MSP432P401R directory.

    All example projects are inside the \Firmware\Source directory as per the Readme.txt found in the root directory. 

    Let us know if that works. I was able to import the project from the above directory without errors.

  • In my case MSP-EXP432P401R_GrLib_Example loads and build without any problem.