2020-12-20 10:33 PM
Hello Everyone,
Can any share the example ethernet driver for STM32F407 for reference.
2020-12-21 05:06 AM
2020-12-21 09:56 AM
Examples for ethernet are under Projects, then find a board similar to yours.
Look in sub-directory Applications/LwIP, for example:
This is because most of the ethernet examples use LwIP.
(would like also low-level ETH examples : raw packet send/receive without any IP stack... but... )
-- pa