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

USART1 Interrupt priority #73

Open
Gregwar opened this issue Mar 28, 2013 · 0 comments
Open

USART1 Interrupt priority #73

Gregwar opened this issue Mar 28, 2013 · 0 comments

Comments

@Gregwar
Copy link
Contributor

Gregwar commented Mar 28, 2013

I'm currently working on a project, and I needed to read data contiously from Serial1

My computer opens the USB ACM port and give some order to the board which starts talking very often to Serial1, which means that a lot of "RX" interrupts happens

If I close and open the USB ACM port, and if an RX interrupt on Serial1 is happening, it seems that the board just crashes

Changing the uart priority to 0 seems to fix the issue but I'm not sure about what the problem is exactly

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

No branches or pull requests

1 participant