2024-04-10 12:02 AM
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
Solved! Go to Solution.
2024-04-10 12:30 AM
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:
2024-04-10 12:30 AM
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:
2024-04-10 02:45 AM
Thanks for the reply, the echo server looks promising. How would you go about converting the code to the F746 disco in CubeIDE?
2024-04-10 03:15 AM - edited 2024-04-10 03:16 AM
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.