udp client -at atm32h753 board ethernet-lwip
hii
i have the stm32h753 nuclio board and i am trying to run udp client on the board and my pc will be UDP_SERVER , i am using udp_echoclient_connect() and udp_echoclient_send() functions, that are inside the files that is included in the project examples folder .
i attached all the relevant files in my project
i the main function i just want to send one udp message to the server (pc) using udp_echoclient_send()
my main problem in the cpu goes to hardfault and i don't know why !!
when i comment udp_echoclient_send() the project runs and i can ping the board successfully , but when i uncomment udp_echoclient_send() the cpu goes into hard fault
i attached the relevant files in my project .
i be glad for help :)
