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

Turning on debugging causes native USB to fail on SAMD21 #183

Closed
SRGDamia1 opened this issue Oct 26, 2018 · 4 comments
Closed

Turning on debugging causes native USB to fail on SAMD21 #183

SRGDamia1 opened this issue Oct 26, 2018 · 4 comments
Labels

Comments

@SRGDamia1
Copy link
Contributor

Turning on the extra debugging print statements may cause the native USB (Serial on a Feather M0) to stop responding. No clue why this is happening. I spent way too long fidding with it. Apparently identical lines of code work and don't. I think it must have something to do with the timing.

@SRGDamia1 SRGDamia1 added the bug label Nov 6, 2018
@SRGDamia1
Copy link
Contributor Author

I think I've caught all the problems with the debugging and fixed them with #262. The problem is when a serial.print is called in any way before a serial.begin.

@aufdenkampe
Copy link
Member

@SRGDamia1, I'm not sure that you intended to refer to #262 here. Which were the issues/commits that fixed this?

@SRGDamia1
Copy link
Contributor Author

Yes, it will be in #262, commits 1577d6d, 02cd9b7, and ed6ee06

@aufdenkampe
Copy link
Member

Ah! I see them in #256. Thanks!

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

No branches or pull requests

2 participants