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
Currently the transmitter expects samples to be received as they are transmitted. This is not convenient for the task transmitting the sample - which would normally expect to transmit samples for all channels at sample time in a burst.
This would require adding a small frame sized (8 channel) buffer to the transmitter.
This would also make handling SMUX in place a lot easier.
The text was updated successfully, but these errors were encountered:
Currently the transmitter expects samples to be received as they are transmitted. This is not convenient for the task transmitting the sample - which would normally expect to transmit samples for all channels at sample time in a burst.
This would require adding a small frame sized (8 channel) buffer to the transmitter.
This would also make handling SMUX in place a lot easier.
The text was updated successfully, but these errors were encountered: