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
Use joined FIFO mode in audio_i2s.pio (#75)
As state machine is output only it is possible to use joined FIFO mode.
It allows more jitter(reaction time to DMA complete event when using only one DMA channel) on producer side of FIFO.
Use joined FIFO mode in audio_i2s.pio (#75)
As state machine is output only it is possible to use joined FIFO mode.
It allows more jitter(reaction time to DMA complete event when using only one DMA channel) on producer side of FIFO.