Hello, I am trying to interface MP34DT001 MEMs microphone on STM32 BL475E Discovery iot board. I have tried using BSP for interfacing microphone but I am getting error in initializing BSP_AUDIO_IN_Init(AUDIO_INSTANCE, &MicParams) it is returning -9
I have checked -9 means failed to set clock. I have run debug trace on it, I have attached the point where it is thowing error. I am new to this kindly someone guide me what I am doing wrong. Or kindly point me toward any working implementation of MP...