Hello @5angxr ,
At the moment, SDK (Version 2.15.1) doesn't have an example of I2S reception, however, The RT11xx's family has examples that uses SAI in reception, this is called "SAI_interrupt_record_playback_cm7". This is not the only example of SAI, as shows the image below:
Also, if you experience any issue, do not hesitate to let me know.
BR,
Habib.
Hello again @5angxr,
The examples that use multiple reception channels are "SAI_interrupt_record_playback_cm7" and "SAI_edma_record_playback_cm7", both using stereo mode (two channels).
In these examples you need configurate the number of channels in the macro called "DEMO_AUDIO_DATA_CHANNEL", and at the same time, you need to change the struct of configuration that uses the function called "SAI_TransferRxSetConfig".
To get more information about the functionality of the mode you can see the comments of the function called "SAI_TransferReceiveEDMA". At the same time, this application note shows an example to configurate the TX SAI in multiple channels, and it could be utility: Using Multi-Channel Feature of SAI (nxp.com)
BR,
Habib.