2018-11-06 05:06 AM
Hi,
I made same configuration http server netcon api example in stm32cubeh7 fw for ethernet communication.There is not error,but it's not work.
2018-11-06 06:16 AM
Hi @Bilge ,
There is already the example LwIP_HTTP_Server_Netconn_RTOS in the STM32CubeH7 package (STM32Cube_FW_H7_V1.3.0\Projects\STM32H743ZI-Nucleo\Applications\LwIP).
Also, you can refer to https://community.st.com/s/article/FAQ-Ethernet-not-working-on-STM32H7x3.
-Amel
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.
2018-11-06 06:23 AM
I want to create a new project related to udp server raw.I made required settings in cubemx,codes on keil is not work.I made the same settings in the http_server example.