Hello @BertM
I hope you are doing well.
The timing for the I2S_FS signal (parameter S13 and S14) indicates that it is sampled and held around both the falling and rising edges of the BCLK.
BCP = 0
BCLK is active high, meaning data outputs are driven on the rising edge of BCLK, and inputs are sampled on the falling edge.
BCP = 1
BCLK is active low, with outputs driven on the falling edge, and inputs sampled on the rising edge.
The default configuration for BCP = 0 matches the diagram where data inputs are sampled on the falling edge see the S17.
However, I2S_FS is aligned with both edges of the BCLK, as indicated by the setup and hold parameters S13 and S14. This is independent of the BCP bit (Not controlled by polarity).
Best regards,
Salas.