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
When trying to run wifi_scan example for Wio Terminal board I encountered issue with USART communication for Wifi driver.
Short debugging session shows that there are some calls to handing data empty (transmission) and few characters are received but in general first eRPC command (getting version) ends in the middle with panic and uart.read() in isr handler _handle_rx is returning atsamd_hal::sercom::uart::flags::Error::Overflow
The text was updated successfully, but these errors were encountered:
When trying to run wifi_scan example for Wio Terminal board I encountered issue with USART communication for Wifi driver.
Short debugging session shows that there are some calls to handing data empty (transmission) and few characters are received but in general first eRPC command (getting version) ends in the middle with panic and
uart.read()
in isr handler_handle_rx
is returningatsamd_hal::sercom::uart::flags::Error::Overflow
The text was updated successfully, but these errors were encountered: