Synchronising I2S reception with LSE
This is probably more of a wish list item than a question that can be solved - I'm using an STM32L4 chip's SAI to interface to an I2s microphone (SPH0645lm4h Knowles microphone). It works well.
But things would be even better if the I2s reception could be somehow synchronised to an LSE derived clock. eg. 32768Hz/2 = 16384Hz. That way I would be able to get the full accuracy of the LSE crystal for pitch analysis. Maybe there is a way but I haven't figured it out yet....
By the way, there seems to be a few errors in the SAI section of the Reference manual eg. in the register section, I think Fsck_x = Fsai_x_ker_ck / MCKDIV x 2 should be Fmclk = ....
