Skip to main content
Visitor II
June 7, 2021
Solved

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

  • June 7, 2021
  • 1 reply
  • 1399 views

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

    This topic has been closed for replies.
    Best answer by Imen.D

    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

    1 reply

    Imen.DAnswer
    Technical Moderator
    June 8, 2021

    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