2020-07-20 10:38 AM
For example,One stream use FIFO and the other stream does not.
What does FIFO behave like when two streams are started at the same time?
2020-07-20 10:52 AM
The streams are completely independent in this regard.
Talking about FIFO "flushing" makes sense only in P->M case. It gets "flushed" to memory either when it reaches the set threshold, or when the stream is disabled.
JW