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.

MSP432 MSPWARE example will not work. Cannot configure project property.

Also, I do not have the the \arm folder under C:\ti\ccsv6\ccs_base.  I tried to run the same example under could CCS, I get the following

"../lab4_adc14.c", line 99: error #20: identifier "ADC14SSEL__1" is undefined >> Compilation failure "../lab4_adc14.c", line 106: fatal error #35: #error directive: "Add code line to configure A15 ADC input selection for MEM0 with VREF=AVCC" 1 error and 1 catastrophic error detected in the compilation of "../lab4_adc14.c". Compilation terminated. gmake: *** [lab4_adc14.obj] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished ****

  • For the first diagnostic I can't help You because the project setup is not sufficiently specified, probably a missed include. For the second one the problem is that the LAB examples are intended for training usage, if you look at them you can notice that there's source file that depict the problem in which the user should substitute the #error pragma lines with the right code. But there's another source file in which the solution is coded. I suggest that you read the PDF files included which explain hot to use the examples.
  • Albert Lu1 said:
    Also, I do not have the the \arm folder under C:\ti\ccsv6\ccs_base.

    The fact that the ARM folder doesn't exist, and the MSP432P401R device isn't recognized by CCS, suggests that the required ARM device support wasn't installed.

    When CCS 6.1 was installed, can you remember which Product Families were selected to be installed?

    The installer groups the "MSP432 Ultra Low Power MCUs" in a MSP group, which is separate from the 32-bit ARM MCUs (were MSP432 uses the same Cortex-M4F core as the Tiva C series):

    In a CCS 6.1 install which all Product Families were selected there is support for MSP432 devices, but maybe if only support for MSP devices was selected then the required ARM device files for the MSP432 devices aren't installed.

    In which case, re-running the CCS 6.1 installer and selecting support for 32-bit ARM MCUs would install the required files.

    [You should be able to re-run the CCS 6.1 installer on existing installation to add new features]

**Attention** This is a public forum