My board has two I2S interfaces, but the DMA controllers are only connected to one of them. Should I use the DMA for audio in, or for audio out?
I thought I had checked everything about the F767ZI Nucleo-144 and its pin availabilities. Unfortunately I overlooked that I2S_A is the only one whose peripheral pins are connected to the SPI_RX and SPI_TX regs for DMA streams.
This means that for my audio in and out project, only one of the two I2S interfaces can operate in DMA mode.
So... is there a better choice which one? I don't really know if there'd be any difference in quality between connecting the DMA channel to the audio in interface, or the audio out, or if it's irrelevant.
If it makes any difference, this is a project that will be doing a lot of sampling, looping and overlapping audio samples, while also supporting live audio in/out.
