Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eiten opened this issue Feb 14, 2023 · 3 comments
Open

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

eiten opened this issue Feb 14, 2023 · 3 comments

Comments

@eiten
Copy link

eiten commented Feb 14, 2023

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
Copy link

I have the same problem

1 similar comment
@wudidadaqiuqiu
Copy link

I have the same problem

@wudidadaqiuqiu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants