-
Notifications
You must be signed in to change notification settings - Fork 85
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
Question: seer connect mspdebug? #207
Comments
Hi. (Thanks for looking at Seer) I'm not sure. I don't know much about mspdebug. I found a YouTube video. It seems you can run mspdebug like:
Which may mean it can act as a gdbserver type session. It seems to default to port 2000. So you could try this:
I'll send an email to the author of mspdebug to see if any gdb GUI frontends can work with his program. |
To point out, here's the FAQ for mspdebug. It has some relevant info. https://dlbeer.co.nz/mspdebug/faq.html
This suggests you need a custom gdb program. Seer will be okay with that. Just go into Seer's config dialog to change the gdb to use. Make sure to save the new settings. The other settings are fine. Just use the "connect" method I mentioned above. |
I should have mentioned you can test a different gdb program from Seer's command. You don't need to go into Seer's config settings.
|
I got mspdebug working with msp430-gdb and was able to stop and continue the microcontroller program, but with seerdbg, the mspdebug session just disconnects. |
Thanks for kicking the tires with Seer. Your command would be something like:
To help out. First run seer by itself and enable the gdb output and seer output to the log windows. Then run Seer again when you attempt to debug. The two log views have "save-to-file" buttons. When it disconnects, save the two log files and attach it to this task. It would be greatly appreciated. It will help me debug the problem (hopefully). |
Is it possible for seer to talk to a running instance of mspdebug connected to a TI MSP430 microcontroller over USB?
The text was updated successfully, but these errors were encountered: