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

uart1 deck driver freezes in case of Overrun error #367

Closed
ataffanel opened this issue Sep 3, 2018 · 0 comments
Closed

uart1 deck driver freezes in case of Overrun error #367

ataffanel opened this issue Sep 3, 2018 · 0 comments
Milestone

Comments

@ataffanel
Copy link
Member

If an overrun condition happens in the stm32 usart3, the peripheral used by the deck Uart1 port, it is not handled by the interrupt routine and so it is causing the interrupt to be called in an infinite loop freezing the Crazyflie. The overrun condition should be handled so that this does not happen.

On a side not, the overrun condition is going to cause loss of data, it would be useful to provide a function telling the user if that has happened.

@krichardsson krichardsson added this to the next-version milestone Oct 17, 2018
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

2 participants