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-EXP430FR2355: Receiving error in Energia when trying to upload any code.

Part Number: MSP-EXP430FR2355
Other Parts Discussed in Thread: ENERGIA, MSP430FR2355, MSP-EXP430G2ET,

I'm receiving the following error in Energia when trying to upload any code. I have the correct board chosen in Energia and the correct COM. I've confirmed that 

#elif defined (__MSP430FR2355__)
#include "msp430fr2355.h"

is included in the msp430.h file. My MSP-EXP430G2ET works in Energia but not the MSP-EXP430FR2355. It works perfectly fine in CCS just not Energia. This happens no matter the code. Thank you in advance to any help.

  • In file included from C:\Users\XXX\AppData\Local\Energia15\packages\energia\hardware\msp430\1.0.7\cores\msp430/Energia.h:4:0,
  • from C:\Users\XXX\AppData\Local\Energia15\packages\energia\hardware\msp430\1.0.7\cores\msp430/Arduino.h:3,
  • from sketch\sketch_nov14a.ino.cpp:1:
  • c:\users\XXX\appdata\local\energia15\packages\energia\tools\msp430-gcc\4.6.6\bin\../lib/gcc/msp430/4.6.3/../../../../msp430/include/msp430.h:1793:2: error: #error "Failed to match a default include file"
  • exit status 1
    Error compiling for board MSP-EXP430FR2355LP.

**Attention** This is a public forum