Skip to main content
Bilge
Associate III
November 6, 2018
Question

Is there anybody who use stm32h7 nucleo ?

  • November 6, 2018
  • 1 reply
  • 502 views

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.

This topic has been closed for replies.

1 reply

Amel NASRI
Technical Moderator
November 6, 2018

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.
Bilge
BilgeAuthor
Associate III
November 6, 2018

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.