Skip to main content
Rrges.1
Associate
July 11, 2021
Question

[STM32F769I-EVAL] Can I use both the Audio and Ethernet functionalities at the same time on an application?

  • July 11, 2021
  • 3 replies
  • 1658 views

So this question arises because the jumpers 3 and 6 of the board switch between either Audio or Ethernet, and I'm not sure in what capacity they're mutually exclusive or not.

As an example imagine an application for audio streaming over Ethernet:

  • can I use the mics to capture sound and send it through an Ethernet connection?
  • can I receive audio data from the Ethernet connection and play it through the board's audio output?

The documentation I found on these two specific jumpers wasn't satisfatory to draw any conclusions, as such I ask here if anyone has had any experience with this particular case

thanks in advance, xoxo

This topic has been closed for replies.

3 replies

TDK
July 15, 2021

No. If these pins are used by Ethernet, they won't be available for use by the SAI.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Rrges.1
Rrges.1Author
Associate
July 16, 2021

well that's unfortunate but let me try to clear up something still

JP3 connects PA2 to either SAI2_SCKB or MII_MDIO (Ethernet) while JP6 connects PC1 to either SAI1_SDA or MII_MDC (Ethernet)

now, bearing in mind that the board comes with 2 SAIs, even if I still need to use the ethernet signals above, I could still use the other available SAI signals, in this case:

SAI2_SCKA, SAI1_SCKA and SAI1_SCKB

SAI1_SDB, SAI2_SDA and SAI2_SDB

this last one - SAI2_SDB - is available on the board for connection with PA0, so that's that solved but for the SCKx signal there's non available on the board, at least that's what I get from the "Evaluation board with STM32F769NI MCU" file

I confess that I'm a bit lost on these hardware technicalities, but theoretically it should be possible to build an application for audio streaming over ethernet with this board, right?

TDK
July 16, 2021
I’m not an expert with SAI, but I don’t think using half the pins from SAI1 and the other half from SAI2 will give you a single working SAI.
"If you feel a post has answered your question, please click ""Accept as Solution""."