[STM32F769I-EVAL] Can I use both the Audio and Ethernet functionalities at the same time on an application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-10 8:51 PM
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
- Labels:
-
Audio
-
Ethernet
-
SAI
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-14 8:49 PM
No. If these pins are used by Ethernet, they won't be available for use by the SAI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-15 8:53 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-16 6:17 AM
