Problem when trying to get 24 BitsPerSample resolution when using MEMS1 example
I'm trying to use the MEMS1 microphone streaming example, with 4 pdm microphone and a stm32wb55. I am able to use it to get a 48kHz 16 bits per sample with all the microphones without any issue.
But when I try to use 24 bits per sample (I'm not sure this is how im supposed to set 24 bits depth but didn't find any other part related to resolution in the code) :
The audio acquisition I get on Audacity is wrong :
The first two channels are full of sound, third channel is deaf and 4th channel works fine.
I have tried with 32 Bits Per Sample and there were no issues. Any idea of what's wrong ? I didn't edited the code.
I did the same test but using only two microphones, and the result was the same : first channel full of sound, and 2nd is working.
Thanks
