User Activity

Hello!I am working on a project and I need to receive data over USB OTG using DMA, but I could not find any channel link to it. I have configured DMA but I don't know which channel to link with it ( __HAL_LINKDMA(__HANDLE__, __PPP_DMA_FIELD__, __DMA_...
Hello!I am working on a project with 4 mems microphones and I want to get the angle of sound(sound source localization) using xcubememsicmic1 sound expansion pack but I don't know how can I get it?Anyone who has experience in mems technology and soun...
Hello!I want to interface 4 PDM microphones with STM32F401RE's SPIs in stereo config(like in the pic above), I have a problem of how to get its data using pdm to pcm library. As the data will be alligned in this form(M1bit1, M2bit1, M1bit2, M2bit2......
Hello!I need to interface 4 PDM microphones with Nucleo-F401RE(I2S1 and I2S2) in stereo mode.Is it possible to connect 4 PDM microphones with F401RE?Please provide me with a simple circuit diagram and a sample code to how to get data from these mics ...
I am using two PDM microphones(mems transducer) with STM32 to measure the intensity and if the intensity of the left microphone is higher than the right one then an LED should turn on and vice versa.We measure the intensity of analog signals like whe...