Question
udp_recv trigger when input data available.
Hello,
I'm using stm32h757i-eval board & STM23cube ide for programming.
I have successfully achieved the UDP communication.
But there is one problem.
I want a trigger or auto polling function for the UDP_RECV i.e, when ever there is a input data available only then it should enter the UDP_RECV function.
and I'm not able to figure out how to do this.
Kindly help me solve this issue
