-
Notifications
You must be signed in to change notification settings - Fork 128
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
Invalid error code: -11 from rtt_read() #160
Comments
Sorry, I do not know what that error code is. The logs are usually a better descriptor, so if you don't have logging enabled, then I would enable it:
|
Hey i have the same problem. |
I am occasionally seeing this error code |
I think you can use RTT and GDB at the same time. It's possible that detaching from GDB server is sending some command that interrupts the debugger when you're reading from RTT. If you can run with logging enabled, it should provide more information. |
Hi, I've been using pylink on a couple boards and it's been working pretty well so far! However, today one of my boards got in a bad state where RTT can't be used with it. My code has:
and the stacktrace I get is:
It looks like the J-Link DLL is returning error code -11 but this library doesn't know how to interpret that? btw, it's worked fine with this same board and script in the past.
The text was updated successfully, but these errors were encountered: