With NUCLEO-F401RE, X-NUCLEO-CCA02M2, and STEVAL-MIC006V1, how do I set it up for 4-mic input?
As per UM2631, I closed SB8 and SB10, and I opened SB9 on the CCA02M2.
In the software, I changed AUDIO_IN_CHANNELS to 4 in cca02m2_conf.h.
When AUDIO_IN_CHANNELS is 2, the two channel input works as expected (I get acoustic signals from the first 2 mics of the MIC006V1 board). With AUDIO_IN_CHANNELS set to 4, the device appears as a 4-channel input device, but all 4 channels remain 0 (there are no signals coming from the USB device).
The clock and data signals on all 4 mics look similar, regardless of the AUDIO_IN_CHANNELS value in the code.
Is there some other configuration necessary in the software? I don't see that documented anywhere. As far as I can tell, I have followed the documentation for configuration of the hardware.
Any help would be appreciated.
