cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F767ZI with LWIP and FREERTOS not working

simenvoffa
Associate

I am using an STM32F767ZI dev board and trying to set it up as a TCP Server. After initializing LWIP and FREERTOS, I am having problems with pinging the board. After checking my gateway, it seems that the gateway is able to sendt packets to the stm32, but it does not receive the packets. help

2 REPLIES 2
mbarg.1
Senior

Are you forced to use F767 + FreeRTOS+LWIP ?

I do not use F7 as it is too slow to deliver good performances with ethernet.I prefer H7 family, and get more resilient applications.

On the other side, I moved all my design from FreeRTOS+LWIP to AZRTOS+NetXDuo, os is much more reliable and you can achieve reasonable performances.

All that sad, the example LwIP HTTP Server Netconn RTOS ver 1.17.2 should run out of the box - providing STM32CubeIde was set up correctly and board is good.

 

 

mbarg1_0-1737961047548.png

 

MOBEJ
ST Employee

Hello @simenvoffa , 

You can access the application  for STM32F767ZI  board that  guides you  to run a http server application
based on Netconn API of LwIP TCP/IP stack : ( Github Link)  LwIP_HTTP_Server_Netconn_RTOS

Make sure to follow the instructions in the README file to set up your project correctly.

 

Regards 

 

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.