2020-11-20 06:08 AM
Hello,
I am using STM32F769i-DISCO board in my project. The project include camera module and I get data from this module using DCMI. I want to send this data to computer via ethernet. For this I need at least 100Mbits/s ethernet speed. But I cant find ethernet speeds of this board. I only found following lines in boards manual. And this lines include only "10/100 Mbits" statements. I cant understand actual speed of this board.
Ethernet
The 32F769IDISCOVERY Discovery board supports 10/100-Mbit Ethernet communication
by a PHY LAN8742A-CZ-TR from MICROCHIP and integrated a RJ45 connector. Ethernet
PHY is connected to the STM32F769NIH6 via an RMII interface.
The oscillator X2 generates a 25 MHz clock for the PHY, the PHY RMII_REF_CLK
generates the 50 MHz clock for the STM32F769NIH6.
What is actual speed ethernet in this board?
Can I use this board for my project?