Hello Friends, I'm trying to send UDP packets from my STM32F746nG
Discovery board. Using the examples from Keil, I can get a webserver
to work, however if I try a BSD client example, the device does not
send any udp packets. When I try to do a simple udp_send command I
get a return of 0x03, which I believe is netInvalidParameter.
I am using the IPv4 BSD_Client example for the 46ng discovery
board. I can see that the activity light on the Ethernet jack does
not flash at a continous r
↧