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
Using DMA and non-blocking functions for the serial interfaces means that the higher level code will also most likely change, since we now have to explicitly wait (suspend the thread) while the communication is going. This should also be coupled with timeouts.
The text was updated successfully, but these errors were encountered:
Description
Using DMA and non-blocking functions for the serial interfaces means that the higher level code will also most likely change, since we now have to explicitly wait (suspend the thread) while the communication is going. This should also be coupled with timeouts.
The text was updated successfully, but these errors were encountered: