2018-04-25 01:26 PM
Hello,
We have a product based on STM32F427 MCU. It supports ethernet. There are 2 ethernet ports on the board. In the firmware we use LwIP as the ethernet stack.
Now we need to implement a testing firmware running on the board to verify if the ethernet chipset works or not. Basically the PHY will behave like a switch. Is there a way to detect the ethernet PHY activity via RMII interface without using LwIP stack?
If there is a way such as checking GPIO registry, then we don't have to port LwIP stack to this testing firmware. Eventually we only need to verify the PHY working. We don't need to have the full features of the ethernet stack.
Thanks in advance.
2018-04-25 01:57 PM
It looks like this