2021-07-10 08: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:
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
2021-07-14 08:49 PM
No. If these pins are used by Ethernet, they won't be available for use by the SAI.
2021-07-15 08: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?
2021-07-16 06:17 AM