I have tried using the DMA HAL API to service two SAI buses (two separate attached codecs) on the RT1064 however I seem to be running into limitations. Is it possible to use DMA in this scenario and has anyone successfully made this work?
Thank you for the response. This sample uses the low level DMA API. Does it not suffer from the same limitations when used for both SAI1 and SAI2 at the same time?
Thank you.Can this be found in the documentation anywhere?
So from my understanding - if I want to achieve different, concurrent audio steams across multiple SAI buses at the same time I should move to an interrupt model.Is that correct?
The eDMA this post could be help you. Section 2. eDMA Channels - What is and how to configure the eDMA channel link... - NXP Community You could use a good control of the IRQ. I recommend review this chapter may be help you, 6.4.8 Suspend/resume a DMA channel with active hardware service requests, from the reference manual I add the link below.