cancel
Showing results for 
Search instead for 
Did you mean: 

I need your help about my project using STM32 F4 in cube IDE

Psaba.1
Associate

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.

2 REPLIES 2
TDK
Guru

> simple code

UDP on the STM32F4 is not simple. Perhaps review some examples. Expect it to take a while.

If you feel a post has answered your question, please click "Accept as Solution".
Pavel A.
Evangelist III

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