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
{{ message }}
This repository was archived by the owner on May 15, 2021. It is now read-only.
doesn't work because events_txdrdy is only set after a byte is transmitted, not when the peripheral is first enabled. It doesn't appear to be possible to manually set event registers as well.
The text was updated successfully, but these errors were encountered:
Opening this issue to avoid polluting rust-embedded/nb#13 with too much device specific discussion.
The current
impl embedded_hal::serial::Write for Tx<UART0>
is blocking, the easy implementation ofdoesn't work because
events_txdrdy
is only set after a byte is transmitted, not when the peripheral is first enabled. It doesn't appear to be possible to manually set event registers as well.The text was updated successfully, but these errors were encountered: