2021-06-07 04:55 PM
I would like to know the APIs to configure the ethernet port of the stm32f767zi card.
Solved! Go to Solution.
2021-06-08 02:37 AM
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
2021-06-08 02:37 AM
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