-
Notifications
You must be signed in to change notification settings - Fork 46
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
lmicdi hangs for a long time after "Calling handle_events()" #23
Comments
Hi, I have not used this in a long time! What is the libusb version you are using? |
libusbx 1.0.21 |
+1 on this issue. I'm running into a similar problem on OS X El Capitan using the Homebrew libusb installation (same version as @thejpster). I'm going to be working on solving this issue in the next couple of weeks since I have do some some work on a Tiva Launchpad for a class... If I figure out a solution, I'll make a pull request and you guys can try it out:) |
An alternative is to use OpenOCD, which worked out of the box for me. I
just use lm4flash for flashing.
|
@thejpster thank you so much for that recommendation! Worked out of the box for me too. I think I'll stick with OpenOCD for now:) |
This set-up used to work on earlier versions of Fedora (I can't remember as it was a while ago, but maybe F22 x64?). Now I'm on Fedora 24 x64 I seem to get a hang when connecting with GDB.
Running GDB:
Running lmicdi I get a very long pause, then libusb starts returning -6 (LIBUSB_ERROR_BUSY).
The text was updated successfully, but these errors were encountered: