2023-10-29 12:16 PM - last edited on 2023-11-13 07:41 AM by Amel NASRI
Hi. I want to make microphone array with 16 ICS-52000 microphones connected to STM32L476RG. I made 16 PCB's and now I want to test each microphone and display some data in console just to see if they just work properly. Below is my SAI config:
ICS-52000 MEMS mics have TDM interface wirh 24bit data.
First time using SAI interface and it's a little bit confusing to me. I've tried to use HAL_SAI_Receive() function to get data, and store it in uint8_t data variable, but it didn't work.
How to do it properly?
Thanks for help!
2023-11-02 09:43 AM
Hello @erysv,
Here are some remark to help you :
Best Regards,
Pierre
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-06 01:44 AM
Thank you for your reply,
I'll check this, because I had problem with finding examples that use SAI.