Ethernet with Chibios on STM32F4Discovery
STM32F4DISCOVERY board is rather chip and can be easily purchased for the price near 25$. It features powerful stm32F407 MCU, with
FPU, MAC, USB and 1Mb of flash. Moreover, it runs on 168 MHz frequency.
So your tasks will run really fast! For my projects I use Chibios/RT, which
make developing applications just a piece of cake, because of many ready to use drivers and
many devboards support "out of the box".
stm32F407 supports MAC, so we can go to eher/inter net to send/receive data. I used module with PHY from aliexpress.com, with DP8 from Texas Instruments.
You can find my code in github
You can find my code in github