Associate II
February 8, 2024
Solved
Issue with LWIP-TCPIP and other threads on NUCLEO-F429ZI
- February 8, 2024
- 3 replies
- 2870 views
I have attached my project. I am running it on a NUCLEO-F429ZI Board. I am using FreeRtos and LWip
I have 2 threads/Tasks.
The first Task is to initialize LWIP and to read some ADC from DMA
The lcd Task is to display text on a 2" LCD through SPI
I have also added a server TCP/IP initialization through the first task
Everything seems to work until I start communicating with a TCP Client.
After a few communication from the client to the server, all my tasks hangs. (See Logic Plot)
And when I pause the debugger, it seems to be stuck in a semaphoreTake as shown on the screenshot of CUBEIde
Anyone has an idea of what is going on ? Thank you