cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anybody who use stm32h7 nucleo ?

Bilge
Associate III

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.

2 REPLIES 2
Amel NASRI
ST Employee

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.

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.