Is there any example for single master/multiple slaves (at least two)? Any pointer/hints would be helpful. I am using SAI example "sai/evkmimxrt1010_sai_edma_record_playback" which has already configured LPI2C1 master for an audio codec slave. I want to add one more LPI2C slave for the same master. If not possible, how can I add another master LPI2C2? Which pins are configured for LPI2C2?
I am able to use LPI2C2 master to connect a slave successfully. Before I was using eDMA which was causing some issue.
So what is the workflow to add a slave to an existing master? For example, in the "sai/evkmimxrt1010_sai_edma_record_playback" how can I add one more slave?
For SDK examples, seems there is no examples which you wanted.
Lucas Cao