cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet Based Application in H755ZI-Q board using LwIP -TCP communication particularly for RMII support

Mahesh07
Associate

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). 

1 REPLY 1
STea
ST Employee

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.

In order 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.