Hi,
In my project, I use sport1A and sport1B both in I2S mode.
Sport1B generate clock and sport1A use the clock from sport1B.
What trouble me is that when I initialize the sport driver, the sport can't get into the callback.
If I call the adi_sport_ConfigMC function which is not need in I2S mode, then sport can get into callback,
however the callback frequency to be called is not as same as the FrameSync.
If I use MC mode instead of I2S mode, the sport can work as expected.
So I think there may be something Ioss in my project.
I need to use I2S mode now, but I can't fix the problem now, please help to check my project and point out what's wrong to me.
Thanks!