MSP430G2ET Upload issue - DSLite update

Hello,

I have an issue with the upload function to my board:

msp-exp430g2ET (can’t tell my revision)
m430g2553
vscode (v1.4 5 .1)
pio ide for vscode (v1.10)
Win 10

There’s no “LP” in the names of my devices, yet my default .ini file is as follows:

[env:lpmsp430g2553]
platform = timsp430
board = lpmsp430g2553
framework = arduino

My error is the following:

Failed: Cannot read System Setup data from XML file C:\Users.platformio\packages\tool-dslite\MSP-EXP430G2553LP.ccxml

Current version of DSLite:

  • tool-dslite 1.80200.1400 (8.2.0)

I am inclined to believe that maybe seeking a higher version of DSlite could make a difference. When I try uploading something with Energia, version 9.3 works fine

DSLite version 9.3.0.1863
Configuring Debugger (may take a few minutes on first launch)…
Initializing Register Database…
Initializing: MSP430
Executing Startup Scripts: MSP430
Connecting…
Loading Program: C:\Users\gaperez\AppData\Local\Temp\arduino_build_548469/energia_practice.ino.elf
Preparing …
.text: 0 of 784 at 0xc000
.text: 0 of 32 at 0xffe0: 93%
Finished: 93%
Setting PC to entry point.: 93%
info: MSP430: Flash/FRAM usage is 836 bytes. RAM usage is 0 bytes.
Running…
Success

I tried using the .ccxml file below, but it didn’t make a difference:

This issue is generally known at Cannot read System Setup data from XML file · Issue #14 · platformio/platform-timsp430 · GitHub, where you’ve already commented. The github of the platform where the bug is is already the right place.

@valeros bumping for tool update.

1 Like