Part Number: MSP430G2955
Other Parts Discussed in Thread: ENERGIA, MSP-EXP430G2ET, , ENERGYTRACE
Hi, I am trying to use MSP430G2955 on a custom board and MSP-EXP430G2ET LP to program it using SBW interface and Energia IDE. I can program the MSP430G2955 using CCS but I am unable to do it using Energia (version 23 or older). I have added the MSP430G2955 support to Energia using https://github.com/energia/msp430-lg-core/tree/G2955_support but while uploading I get following error:
MSPDebug version 0.24 - debugging tool for MSP430 MCUsCopyright (C) 2009-2016 Daniel Beer <dlbeer@gmail.com>This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.----------------- NOTE ------------------Modified version of mspdebug for Energia Do not use standalone-----------------------------------------Chip info database from MSP430.dll v3.3.1.4 Copyright (C) 2013 TI, Inc.
Using new (SLAC460L+) APIMSP430_GetNumberOfUsbIfsMSP430_GetNameOfUsbIfFound FET: COM6MSP430_Initialize: COM6tilib: MSP430_VCC: Could not set device Vcc (error = 10)Firmware version is 31000003MSP430_VCC: 3000 mVtilib: device initialization failedthe selected serial port tilib: device initialization failed does not exist or your board is not connected
PS: I have 47k resistor pulled-up on RESET pin on my G2955 board.