-
Notifications
You must be signed in to change notification settings - Fork 6
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
Debug / Release Issue #1
Comments
I haven't seen this before. Can you post the TSS firmware version you have on your device? |
I solved it. I added a 500 ms delay and the release-build worked. Somehow On Wed, Jun 8, 2016 at 2:53 PM, Scott K Logan [email protected]
|
Where exactly did you need the delay? I'd like to look into this further because it shouldn't be needed. Something isn't right. |
in TSSOpenNoLock() after the "return true" On Wed, Jun 8, 2016 at 3:32 PM, Scott K Logan [email protected]
|
Interesting, thank you. If you get a chance, try using the code in the --scott |
Having the same issue here. I'm using the fw_updater branch on IMU with 3.0 firmware. The delay fix did not work for me. I'm guessing the sleep should be added here:
|
Opps sorry, the following does the fix:
|
I can run the driver fine if I put a debug breakpoint somewhere in the code. However when I go to release, or run in Debug without a break-point it hits the "Failed to fetch version" warning. Have you seen this issue before? It seems like a timing thing but I'm not sure.
Thanks,
Darren
The text was updated successfully, but these errors were encountered: