2020-11-28 05:20 AM
I want to implement a simple code on STM32 F4 which toggles an LED after receiving each UDP packet with "0x11 in payload" . Pleased give me a sample code in order to solve my problem. Thank you all.
2020-11-28 08:12 AM
> simple code
UDP on the STM32F4 is not simple. Perhaps review some examples. Expect it to take a while.
2020-11-28 08:21 AM
Try to start from this example: STM32CubeF4/Projects/STM32469I_EVAL/Applications/LwIP/LwIP_UDP_Echo_Client at master · STMicroelectronics/STM32CubeF4 · GitHub
Port it to your hardware (board, ethernet PHY).
-- pa