You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that "FSYNC" is only relevant in TDM mode (an extension of I2S for multiple microphones). So maybe you just need to connect FSY to 3.3V.
The FSY pin (connected to FSYNC) is also a bit unusual. PCM1802 expects it to be logic high while you transmit data, so just connect to 3.3V. In the other modes, it sends a signal on this pin which is high during data bits and low during the zero padding bits. But it does not require that signal as input. FSYNC just connects to 3.3V to use PCM1802 with Teensy.
I am trying to make the PCM1802 work with WLED-SR, but I am not sure what to do with the FSYNC pin. According to the datasheet:
Does the "Generic I2S with MCLK" driver support this somehow? If not, it seems to quite easy to implement.
The text was updated successfully, but these errors were encountered: