Hello.
My application is an I2S Master that transmits audio data to an audio codec. I need to setup a transmit buffer using EasyDMA. Is EasyDMA used by default when using the I2S Master code? If I need to specify using EasyDMA, do I simply instantiate the buffer using:
uint8_t buffer[x] __at__ 0x20000000;
as shown here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Feasydma.html&cp=4_0_0_3_5
Where do I handle the interrupts that are called using the I2S Master + EasyDMA?
Thanks,
Rob
