You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: