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 Cloud - BOOSTXL-EDUMKII Microphone FFT example

Other Parts Discussed in Thread: BOOSTXL-EDUMKII

Hi, when I copy the example code for the BOOSTXL-EDUMKII Microphone into the CCS Cloud and try to compile it displays fatal error #1965 cannot open source file "msp.h". All of the other example code for devices on the BOOSTXL-EDUMKII works fine it is only the Microphone application that fails to build. It would appear that the project properties may be incorrect but I don't seem to be able to try something different here.

  • Anthony,

    Thank you for bringing this to our attention. I see the same issue when building this example on CCS Cloud. The settings are missing a --include_path specification that tells the compiler where to find the msp.h file. I will file a bug report to get this addressed.

    Unfortunately there isn't a way for the user to modify settings on CCS Cloud, so if you really need to work with this project you would need to use the desktop version of CCS instead. Sorry about the inconvenience.

  • FYI, the bug tracking # for this issue is TICLD-1739.
  • Hi,

    I did find a workaround to use the CCS Cloud for this example (probably more of an inelegant kludge...). You can open the .h files that can't be found by going to the #include "msp.h" line in the main.c file of one of the working projects and use the <right click> Jump to Definition command to open the file...then save the .h file to the base directory (or one of the referenced directories) of the Microphone application. You need to do this for four files: msp.h, msp432p401r.h, msp_compatibility.h and system_msp432p401r.h. Once that is done the microphone application can be built and run.

    As I say this is not elegant but it does provide a way to use the example in the CCS Cloud until the main fix is complete.

    Thank you for your assistance it is very much appreciated.

    Regards,

    Tony.

  • I tried here and works very well, but just in the pre-production release (black version), in the new version (red board) the code compile and run, but nothing is shown in the display.
  • Hi Haroldo,

    I am using the red board. I did have the problem of no display early on but I changed the jumper on J5 (top left of the board) to link pins 2 and 3. The default setting on the card when it was delivered had the jumper between pins 1 and 2. I'm not sure if the black board has a similar jumper as I only own the red board. I hope this might help.

  • Hi guys,

    i am having this issue on CCS Version: 6.2.0.00050
    I simply import and made offline available the BOOSTXL-EDUMKII_MicrophoneFFT_MSP432P401R for RED MSP432Launchpad project compile and got this error.
    Any idea?