PDM settings for STM32H SAI ports gives me a conflict warning.
I'm using STM32H743ZIT6 for an audio speaker, and while I was trying to set SAI1 for a DAC I2S connection and SAI4 for a PDM digital mics, CubeMX keeps giving me this error for PDM setting.
Settings
SAI1 A&B is set for Asynchronous I2S
SAI4 A is set for PDM (2 D-MIC)
The warning is that the Mode of SAI4 conflicts with SAI1 Asynchronous Slave mode, but I couldn't find what this meant.
I want to keep the ports because it gives me the best placement of ICs, but I'm not sure if this is possible.
Does anyone know if SAI1 and SAI4 have to be synced in modes to use PDM?


