2018-08-30 05:00 AM
Hello,
right now I am struggling on implemeting the two buildt in MP34DT01 MEMS microphones on the B-L475E-IOT01A1 eval board while using the existing Cloud Generic Example Code. I think my biggest problem right now is to get teh DFSDM running as I get a little bit lost in the existing project structure. So my question is, if someone already implemented those microphones in the given code example and can run me through or provide some source/header files.
Kind regards
Simon
2018-11-02 05:42 PM
Hi
The BSP driver for B-L475E-IOT01A1 does not contain the audio functionalities. I tried with the bsp audio driver for the l476 board, but that doesn't seem to work. If you have figured out how to do this, it would be very helpful if you could share some sample code.
Thanks
2018-12-01 10:36 AM
Hi,
Same issue. I want to use the microphone "MP34DT01" with the "B-L475e-IOT01A2" but I didn't find how.
Thanks.
2018-12-01 06:32 PM
Have you tried adapting the DFSDM audio example from the firmware package? STM32Cube_FW_L4_V1.13.0/Projects/32L476GDISCOVERY/Examples/DFSDM/DFSDM_AudioRecord
If yes, what are the issues you are facing?
2018-12-02 02:24 PM
Not yet. I'll try to do it this week. Did you adapt it and did it work for you?
2019-06-11 08:31 PM
Hi, I am facing the same issue. Does anyone know how to solve this issue?
2019-06-12 12:09 AM
Hi all, there is a tutorial here on how to use STM32L4 DFSDM peripheral, if this can be of your help. regards
2019-06-25 03:08 AM
Hi did you try the method and did it work?