Fading Coder

One Final Commit for the Last Sprint

File Sharing Between an Embedded Board and Host Computer Using NFS over Ethernet

File Sharing Between an Embedded Board and Host Computer Using NFS over Ethernet
Connect the board to your computer with an Ethernet cable. This can be a direct connection, without a switch or router. With NFS you can mount a directory from the host computer onto the embedded board over the network, making file exchange as convenient as a local disk access. 1. Configure a stati...

STM32F429 Ethernet with LAN8720 Using STM32CubeMX, LwIP, and FreeRTOS

Bringing up 10/100M Ethernet on an STM32F429 board using STM32CubeMX to integrate FreeRTOS and LwIP with an external LAN8720 RMII PHY and an RJ45 (with integrated magnetics). 1. Hardware and pinout The LAN8720 connects to the STM32F429 via RMII. The typical signal mapping is: ETH_MDIO → PA2 ETH_MDC...