2013-01-08 06:24 AM
Hi, I am using the STM3240G card with STM32F4 microcontrolleur. I would generate PWM for motor control. However, I need to handle data coming from a primary card ( beagle board) by ethernet (RJ45) with udp protocol.
I am stuck because I don't find how I can capture the data received from the ethernet wire.I use DMA controlleur. I kwnow that data received is store in a specific buffer (pbuf) but when i try to screen the data value on the LCD screen, nothing happen. I also use the ETH_Get_Received_Frame() to reach the Buffer1Addr in a ETH_DMADESCTypedef structure, but I can't recover incoming data.I use #done!2013-01-16 02:14 AM
2013-01-16 02:16 AM