platformio / platform-timsp430

TI MSP430: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/timsp430
Apache License 2.0
18 stars 16 forks source link

MSP430 (MSP-EXP430FR5994) debuging does not work #31

Open eiten opened 1 year ago

eiten commented 1 year ago

Hello,

Debuging does not work, debug console writes about unknown dslite protocol (which is really unknown to mspdebug). Any suggestions?

Regards, Edi DebugConsole.txt

jonasPfeifhofer commented 1 year ago

I have the same problem

wudidadaqiuqiu commented 1 month ago

I have the same problem

wudidadaqiuqiu commented 1 month ago

With one afternoon of search, I solve it on Ubuntu 24.04. Here is the solution.

  1. Add this to platformio.ini : upload_protocol = tilib to change the upload driver.
  2. According to this, download the installer and install on your machine and let us call the installed directory is installdir.
  3. According to this, copy the installdir/bin/libmsp430.so to /usr/lib. And it works on my machine.