2024-07-14 11:19 PM
Hello community! We are trying to develop an application based on Ethernet using LwIP stack in STM32H755ZI-Q nucleo board which supports only RMII mode of configuration. We need a communication to be based on TCP protocol. For this we need some solutions for how to enable the required modules and functions in generated files and please suggest us the example files to transmit and receive the data via ethernet from board to board, board to PC or Board to PLC (Especially the functions and how to configure and pass the function parameters with data).
Solved! Go to Solution.
2024-07-22 07:59 AM
Hello @Mahesh07 ,
You can refer to this article: How to create a project for STM32H7 with Ethernet ... - STMicroelectronics Community
Also, this one: Ethernet not working on STM32H7x3 - STMicroelectronics Community
you can also find example on the STM32H7 series in: stm32-hotspot/STM32H7-LwIP-Examples: Ethernet examples using LwIP + FreeRTOS for STM32H7 Discovery and Nucleo boards (github.com)
Hope it can help you.
2024-07-22 07:59 AM
Hello @Mahesh07 ,
You can refer to this article: How to create a project for STM32H7 with Ethernet ... - STMicroelectronics Community
Also, this one: Ethernet not working on STM32H7x3 - STMicroelectronics Community
you can also find example on the STM32H7 series in: stm32-hotspot/STM32H7-LwIP-Examples: Ethernet examples using LwIP + FreeRTOS for STM32H7 Discovery and Nucleo boards (github.com)
Hope it can help you.