2014-04-27 12:42 AM
hi every body.
when i try to send data from one pc to another through network i use Socket and Socket programming. now i want to communicate with stm32f407 Discovery board trough network i mean i want to send data to it from my pc and vice versa. i know it can handle ethernet . i use DP83848 PHY ethernet transceiver board. and i want to use TCP/IP connection and UDP but don't know how can i implement this.please help me. thanks #ethernet #stm32f42014-04-27 09:50 AM
I would recommend looking at the ETH IAP and ETH lwIP examples for the F407, and perhaps the versions ported to the STM32F4-DIS-BB breakout board.