cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746-Disco, how do I enable ethernet and ping the kit?

moaNTNU
Associate

Hi

We are trying to use the f746 disco kit as a udp server that writes what it receives to an SD card. The kit is currently connected directly to a PC with ethernet and usb. As this is our first stm project, we tried following several tutorials that are avaialbe online, which we felt were outdated. We couldn't even ping the kit or get the IP we added to show on the computer's "ipconfig". Any help would be appreciated!

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee
3 REPLIES 3
SofLit
ST Employee

STM32F746 disco http server demo:
https://github.com/STMicroelectronics/STM32CubeF7/tree/294f7eb25253ec3fad0f0f80a4b13ac9a937a236/Projects/STM32746G-Discovery/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS

 

STM32F756 Eval udp echo server demo:

 https://github.com/STMicroelectronics/STM32CubeF7/tree/294f7eb25253ec3fad0f0f80a4b13ac9a937a236/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_UDP_Echo_Server

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Thanks for the reply, the echo server looks promising. How would you go about converting the code to the F746 disco in CubeIDE?

Start generating a project with cubemx. Read this wiki for H7 product: https://community.st.com/t5/stm32-mcus/how-to-create-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308

Then need to go deeply into the demo code, find what you need and add stuff accordingly.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.