STM32H747XI Discovery board, what does it means disabling digital microphone DOUT
Hi All,
We are using the STM32H747XI Discovery board and we need to use the onboard microphone to get voice recorded and send it over Ethernet.
From https://os.mbed.com/teams/ST/wiki/DISCO_H747I-modifications-for-Ethernet, to use the Ethernet port, we need to welded/unwelded the following resistances:
- Modify solder bridges and resistor as below (for details, refer to STM32H747I-DISCO board user manual https://www.st.com/resource/en/user_manual/dm00504240.pdf) :
- SB21, SB45 and R87 should be opened
- SB22, SB44, SB17 and SB8 should be closed
From some source, only changing SB8 and SB21 state could be sufficient to make the Ethernet work?
Changing SB8 and SB21 means changing the configuration from STM32H747XIH6 port PC1 is connected to MEMs. digital microphone DOUT to STM32H747XIH6 port PC1 is connected to Ethernet ETH_MDC.
But doing so we disable the digital microphone DOUT, does it makes the microphone onboard not working? What does it implies exactly?
Thanks in advance