udp_client_on_stm32 board
hii , i really need some help :)
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
the problem start when i go into udp_echoclient_send(); i debugged the code and i see when i reach the law level for transmitting the data in HAL_ETH_Transmit
the debugger informs me that it can't find HAL_ETH_Transmit function and even can't find stm32h7xx_hal_eth.c inside the driver src folder .
i looked into the project driver folder and the stm32h7xx_hal_eth.c exists .
and HAL_ETH_Transmit is inside the stm32h7xx_hal_eth.c source file .
i attached pictures showing the error when the debugger reaches this point .
- pic 1 shows the point when i reach HAL_ETH_Transmit
- pic2 show the the error window that i get
- pic 3 shows that the stm32h7xx_hal_eth.c in the project folder
i must state when i comment out the udp_echoclient_send() and build and program it into the board i can ping the board successfully .
when i i uncomment udp_echoclient_send() and build and program it into the board i hit the problem that i described a bove .
how can i resolve this problem ? i really need some help , thanks :)
