2025-10-29 1:03 PM - edited 2025-10-29 2:00 PM
Hello everyone,
Im trying for along time to try to create a sime UDP server that will handle packets reception on a BSD socket using the api.
I took the following example:
And then instead of creating a task for the netconn i did one for a udpserver.
Also tried to look at:
https://github.com/stm32-hotspot/STM32H7-LwIP-Examples
But its support only old MX & HAL
@Adam BERLINGER maybe can guide of how to integrate to the new MX and HAL?
Im able to read packets one by one or only a few when sending in a burst.
But if sending lets say 10 packets in a burst from python to the ST.
The ST isnt capble of reading these packets.
It would be awosome if one can try to help me debug this issue.
Thanks alot,
Ariel.