platform-timsp430
platform-timsp430 copied to clipboard
MSP430 (MSP-EXP430FR5994) debuging does not work
Hello,
Debuging does not work, debug console writes about unknown dslite protocol (which is really unknown to mspdebug). Any suggestions?
Regards, Edi DebugConsole.txt
I have the same problem
I have the same problem
With one afternoon of search, I solve it on Ubuntu 24.04. Here is the solution.
- Add this to platformio.ini :
upload_protocol = tilib
to change the upload driver. - According to this, download the installer and install on your machine and let us call the installed directory is
installdir
. - According to this, copy the
installdir/bin/libmsp430.so
to/usr/lib
. And it works on my machine.