Hello,
I'm using S32K142 controller for I2S communication.
I configured I2S through SDK drivers and sending audio buffer continously.
below is screenshot in which we are facing gap in SCLK and due to that other clocks are being disturbed.

configuration:

using following function to send data in infinite loop.
uint8_t I2S_DataBuff_u8[] = {0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA};
FLEXIO_I2S_DRV_MasterSendData(&I2SMasterState, I2S_DataBuff_u8, 32U);
please share solution , how can I continuous send data.
Regards,
Mohit