2024-08-15 08:20 AM
STM32 Nucleo-F767ZI no ping IP
When I build project no error
I configured static IP
And HTTPD enabled
I added next lines
#include "lwip/apps/httpd.h"
httpd_init();
while (1)
{
MX_LWIP_Process();
/* USER CODE END WHILE */
/* USER CODE BEGIN 3 */
}
/* USER CODE END 3 */
}
2024-08-15 09:24 AM
Hello @shef777 and welcome to the Community :)
I recommend you this working LwIP project for NUCLEO-F767ZI board and you can easily update it according to your needs:
2024-08-15 10:03 AM
Sorry maybe I need look easy way.
Thank you
2024-08-18 03:39 PM
Have another way? Or step by step instruction how implementation web server
2024-08-19 09:26 AM - edited 2024-08-19 09:27 AM
Hi @shef777 ,
I advise you this article for the LwIP in DHCP:
How to use the LwIP Ethernet middleware on the STM... - STMicroelectronics Community
using this article, with very minor tweaks, you should be able to have the webserver.
2024-08-19 09:32 AM - edited 2024-08-19 09:33 AM
Hi @shef777,
I recommend you follow the instructions (step by step) described in the attached Draft slides :)
This example was tested with the NUCLEO-H723 board, and the steps are early similar for the STM32F7.
(example Using NUCLEO-H723 board and STM32CubeIDE version 1.15)
Hope you will find in this resource all what you need as help.