2021-07-15 01:14 AM
I am using NUCLEO-L476RG together with X-NUCLEO-CCA02M and following the quick start guide (slides 9-10)
I can see the microphone in device manager (STM32 AUDIO Streaming in FS Mode)
But in Audacity when I record I get no input
What am I doing wrong?
Thanks
Solved! Go to Solution.
2021-07-26 10:14 PM
I had exactly the same problem as you. You will need to configure the SB part accordingly. Please refer to UM2631 (https://www.st.com/en/ecosystems/x-nucleo-cca02m2.html#documentation).
Also, make sure J2 & J3 have the correct configurations as below:
STM should really highlight this in their Quick Start Guide.
2021-07-20 06:54 AM
Hi @DTobe.1 ,
can you please check if the project rate, that I see you set (or is by default set) equal to 48kHz, is the same as the one as in the Microphone input windows configuration? (48kHz should be enough)
By the way, which operating system are you using?
-Eleon
2021-07-21 01:10 AM
Hi @Eleon BORLINI
Thanks for the response
The configuration is 48kHz, same as audacity project (and same as the bin file L476RG_CCA02M2_2ch_48KHz.bin)
I am using Windows operating system
Daniel
2021-07-21 07:00 AM
Hi Daniel @DTobe.1 ,
so probably the issue somewhere else... Did you try also the L476RG_CCA02M2_1ch_48KHz.bin (single channel bin)?
And is the board the X-NUCLEO-CCA02M2 (not the M1)?
The configuration looks ok and if you have configured properly the hardware as shown in the quick start guide you shouldn't run into problems.
-Eleon
2021-07-21 10:54 PM
Hi @Eleon BORLINI
When using the L476RG_CCA02M2_1ch_48KHz.bin I get the following message in Audacity
Also, when using the regular windows recorder I get
Yes, I am using the X-NUCLEO-CCA02M2 board
are there any other hardware configurations I should use? changing any of the jumpers?
Daniel
2021-07-26 10:14 PM
I had exactly the same problem as you. You will need to configure the SB part accordingly. Please refer to UM2631 (https://www.st.com/en/ecosystems/x-nucleo-cca02m2.html#documentation).
Also, make sure J2 & J3 have the correct configurations as below:
STM should really highlight this in their Quick Start Guide.
2021-07-27 12:12 AM
Thank you @Khoo.B for sharing your solution!
@DTobe.1 can you try with this?
-Eleon
2021-07-29 02:57 AM
@Khoo.B @Eleon BORLINI
This worked!
Thank you very much