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
Writing to the serial port blocks the task for several milliseconds as it is not buffered now. A better approach would be to enable TX UART interrupts and use a ring buffer to avoid blocking in every write to the serial port.
The text was updated successfully, but these errors were encountered:
Writing to the serial port blocks the task for several milliseconds as it is not buffered now. A better approach would be to enable TX UART interrupts and use a ring buffer to avoid blocking in every write to the serial port.
The text was updated successfully, but these errors were encountered: