platform-timsp430 icon indicating copy to clipboard operation
platform-timsp430 copied to clipboard

MSP430 (MSP-EXP430FR5994) debuging does not work

Open eiten opened this issue 2 years ago • 3 comments

Hello,

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

Regards, Edi DebugConsole.txt

eiten avatar Feb 14 '23 13:02 eiten

I have the same problem

jonasPfeifhofer avatar May 09 '23 09:05 jonasPfeifhofer

I have the same problem

wudidadaqiuqiu avatar Jul 11 '24 07:07 wudidadaqiuqiu

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.

wudidadaqiuqiu avatar Jul 11 '24 09:07 wudidadaqiuqiu