cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to have an example on a simple ethernet configuration with the stm32f767zi card, thank you in advance.

OStit.1
Associate

I would like to know the APIs to configure the ethernet port of the stm32f767zi card.

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

Hello @OStit.1​ and welcome to the STM32 Community 🙂

Have a look at the ready example within STM32CubeF7 MCU package:

\Repository\STM32Cube_FW_F7_V1.16.1\Projects\STM32F767ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS

This application guides STM32Cube HAL API users to run a http server application based on Netconn API of LwIP TCP/IP stack

You can refer to the UM1713 User manual Developing applications on STM32Cube with LwIP TCP/IP stack,

Hope this helps you!

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

1 REPLY 1
Imen.D
ST Employee

Hello @OStit.1​ and welcome to the STM32 Community 🙂

Have a look at the ready example within STM32CubeF7 MCU package:

\Repository\STM32Cube_FW_F7_V1.16.1\Projects\STM32F767ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS

This application guides STM32Cube HAL API users to run a http server application based on Netconn API of LwIP TCP/IP stack

You can refer to the UM1713 User manual Developing applications on STM32Cube with LwIP TCP/IP stack,

Hope this helps you!

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen