Replies: 2 comments
-
Hi @Sagre , Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Sagre Could you give more information on "the action increase the load on the system"? what kind of actions? More CPU consuming tasks or interrupts? so we can try replicate this issue on test app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together,
we are streaming Audio on a MIMXRT1061 with SAI2 and DMA (using i2s_mcux_sai and therefore dma_mcux_edma), using Zephyr 4.1.0.
However, during a stream when the system gets under load due to additional activites, unrelated to audio, the stream suddenly stops. I could trace that down to dma_mcux_edma_reload checking for the TCD ids and having a matching TCD id for the last and current active TCD. However, I am at loss how this could be caused. Using debugger and logging I verified that no call to stop or suspend the DMA was made, so it somehow stopped "itself"?
Any help is appreciated in order to track that down. These are the last logs, that are produced by i2s_mcux_sai and dma_mcux_edma.
What I see is:
Any help is appreciated to track that down
Beta Was this translation helpful? Give feedback.
All reactions