spaceballoon 0 Posted January 8, 2018 Share Posted January 8, 2018 Mac OS 10.9.5; MSP-EXP430G2; just downloaded Energia 1.6.10E18; installed MSP430LCPDC 1.0.3b drivers. I installed the drivers and restarted my Mac. I was able to select the /dev/cu.art-XXXXX port, but running Blink gave me a long error, which ended in the selected serial port fet: identify failed does not exist or your board is not connected Power LED on the launchpad works. I've had the board sitting on a shelf for about 3 years, if that makes any difference. I could not locate these drivers on my Mac to verify they were the right ones, but other forum posts leads me to believe that is the right port. Can anyone help me? Thanks. Quote Link to post Share on other sites
energia 484 Posted January 8, 2018 Share Posted January 8, 2018 Can you post the entire (orange) output of MSPDebug? The only way I am able to reproduce this is when I take the MSP430G2553 out of the DIP socket. Is the MSP430 seated correctly in the DIP socket? Quote Link to post Share on other sites
spaceballoon 0 Posted January 9, 2018 Author Share Posted January 9, 2018 It seems to be hooked up correctly. Perhaps the only thing off is that I don't have all the jumpers connected as pictured in the msp430 guide on Energia's website. Error output: Energia: 1.6.10E18 (Mac OS X), Board: "MSP-EXP430G2553LP" <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] /Applications/Energia.app/Contents/Java/hardware/energia/msp430/cores/msp430/atof.c: In function 'atof': /Applications/Energia.app/Contents/Java/hardware/energia/msp430/cores/msp430/atof.c:71:9: warning: floating constant exceeds range of 'double' [-Woverflow] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] /Applications/Energia.app/Contents/Java/hardware/energia/msp430/cores/msp430/avr/dtostrf.c: In function 'dtostrf': /Applications/Energia.app/Contents/Java/hardware/energia/msp430/cores/msp430/avr/dtostrf.c:36:3: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] /Applications/Energia.app/Contents/Java/hardware/energia/msp430/cores/msp430/Stream.cpp: In member function 'bool Stream::find(char*)': /Applications/Energia.app/Contents/Java/hardware/energia/msp430/cores/msp430/Stream.cpp:78:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] Sketch uses 760 bytes (4%) of program storage space. Maximum is 16,384 bytes. Global variables use 20 bytes (3%) of dynamic memory, leaving 492 bytes for local variables. Maximum is 512 bytes. MSPDebug version 0.23 - debugging tool for MSP430 MCUs Copyright (C) 2009-2015 Daniel Beer <dlbeer@gmail.com> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Chip info database from MSP430.dll v3.3.1.4 Copyright (C) 2013 TI, Inc. Trying to open interface 1 on 007 Initializing FET... FET protocol version is 30394216 Set Vcc: 3000 mV Configured for Spy-Bi-Wire Sending reset... Using Olimex identification procedure fet: FET returned error code 4 (Could not find device or device not supported) fet: command C_IDENT1 failed fet: FET returned error code 4 (Could not find device or device not supported) fet: missing info fet: identify failed Trying again... Initializing FET... FET protocol version is 30394216 Set Vcc: 3000 mV Configured for Spy-Bi-Wire Sending reset... Using Olimex identification procedure fet: FET returned error code 4 (Could not find device or device not supported) fet: command C_IDENT1 failed fet: FET returned error code 4 (Could not find device or device not supported) fet: missing info fet: identify failed the selected serial port fet: identify failed does not exist or your board is not connected This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Here are some pictures. Quote Link to post Share on other sites
energia 484 Posted January 9, 2018 Share Posted January 9, 2018 No Wonder . You need the following jumpers installed! VCC, TEST, RST, RXD and TXD Robert Quote Link to post Share on other sites
spaceballoon 0 Posted January 9, 2018 Author Share Posted January 9, 2018 Ok. I should have guessed that. Thanks! Ryan Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.