Why does USB audio streaming break when I use 16k sampling instead of 48k sampling
I'm using X-CUBE-MEMSMIC1, NUCLEO-L476RG, X-NUCLEO-CCA02M2, STEVAL-MIC002V1, STM32CubeIDE and set it up as described in the X-NUCLEO-CCA02M2 Quick Start Guide.
However, I changed the solder bridges for DFSDM 4-channel as described in Table 3 of UM2631. And I changed the source code from "#define AUDIO_IN_CHANNELS 2" to "#define AUDIO_IN_CHANNELS 4".
Recording 4 channels using Audacity appears to work fine as long as AUDIO_IN_SAMPLING_FREQUENCY = 48000 in the example program
When I change to AUDIO_IN_SAMPLING_FREQUENCY = 16000 I get an error in Audacity
What is preventing me from using 16k sampling?
