Question
UDP packet receive problem
Posted on August 24, 2015 at 12:59
Hi all,
I'm using UDP Echo client code example in STM32F217xx.I can send the custom buffer...ok but I can't receive udp packets from PC. I have a VS code that can generate UDP test packets as well... I use the udp_recv function that sets a call back function...I have a breakpoint in callback function...but no packet receive. When I check in wireshark, it says: destination port is unreachable !!! I changed the port but the problem remains... It would be appreciated if you help any way.Thanks