Ux Recording - Onboard mic works, but not the analog mic
I downloaded the package from here: https://www.st.com/en/embedded-software/x-cube-azrtos-h7.html
It is not yet available on MX when searching for example code.
Anyways, so I am able to run the UX_Device_Recording which is cool. I notice that it uses the onboard mic, which is
AudioInInit.Device = AUDIO_IN_DEVICE_DIGITAL_MIC;But I want to use the analog microphone that comes with the headset - available in CN17. So I change it to
AudioInInit.Device = AUDIO_IN_DEVICE_ANALOG_MIC;And now it's giving a static noise, but no mic input is captured.
Any idea why?
