cancel
Showing results for 
Search instead for 
Did you mean: 

LWIP & FreeRTOS - code getting stuck

Ash1
Associate III

Hi all

I am trying to make project on LWIP & FreeRTOS on STM32f407vgtx board issue what I am facing is when code is getting stuck and no task is hitting .I am sharing my project can you please check once .

note: in task I am have called Lwip_Init in my First task is getting hit but when I added TCP_Client or TCPserverinit it is getting stuck.

Kindly checked attached project and guide me

B.R

Ashish

1 REPLY 1
Saket_Om
ST Employee

Hello @Ash1 

Did you try to refer to the LWIP examples on the link below?

 STM32CubeF4/Projects/STM32469I_EVAL/Applications/LwIP at master · STMicroelectronics/STM32CubeF4 · GitHub

 

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.
Saket_Om