I planned to use LPC5528 to implement a Hi-Fi USB audio interface. For such application, so-called "DSD Native" output is needed.
Basically, It's two Synchronized PDM audio output DSDA/DSDB, with a bitclock similar to I2S SCK.
As the reference manual said, LPC5528 has a feature called I2S signal sharing, which allows different Flexcomm I2S interface to share the same SCK/WS/DATAIN, etc.
If I configure two Flexcomm interface as I2S Tx, set one of them as master and let them share the same SCK, are they perfectly synchronized, which could meet the timing requirement of DSD audio interface?
tips: Typical timing requirement of DSD audio interface could be found on CS43198 Datasheet , page 23.