You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same problem as with the issue "lpmsp5969 Upload Error # 4" also occurs when an upload is to be made to the "MSP430G2553".
Error message:
----------------- GRADE ------------------
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 +) API
MSP430_GetNumberOfUsbIfs
MSP430_GetNameOfUsbIf
Found FET: COM12
MSP430_Initialize: COM12
Firmware version is 31000003tilib: MSP430_VCC: Could not set device Vcc (error = 10)
An example that works for me:
------- snip ------------
[platformio]
description = Beispielprogramm I2C
default_envs = MSP430F2013
;default_envs = MSP430G2553
The same problem as with the issue "lpmsp5969 Upload Error # 4" also occurs when an upload is to be made to the "MSP430G2553".
Error message:
----------------- GRADE ------------------
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 +) API
MSP430_GetNumberOfUsbIfs
MSP430_GetNameOfUsbIf
Found FET: COM12
MSP430_Initialize: COM12
Firmware version is 31000003tilib: MSP430_VCC: Could not set device Vcc (error = 10)
MSP430_VCC: 3000 mV
tilib: device initialization failed
*** [upload] Error -1
Workarround: Downloaded and installed the MSP flasher 1.3.20 software and copied the msp430.dll into the .platformio\packages\tool-mspdebug
folder.
The text was updated successfully, but these errors were encountered: