RE: get stuck in vListInsert function

mocomert wrote on Thursday, June 20, 2019:

Sorry, I forgot adding this line. I am using Atmel Sam E53 MCU.


Hello,

Firstly, I’ve examined like this issue in this forum but I didn’t find any solve.

I have using 3 task in my main system that tasks are OLED, UART and Ethernet with LWIP Stack. And there is one task(netifStackInterface) and some threads in ethernet part which belong to LWIP Stack – Netconn API that with managing same FreeRTOSV8.2.3. The problem is in Ethernet part of my project.

My issus is that my system has drop vListInsert function as randomly. How can I solve this problem, can you help me?

rtel wrote on Thursday, June 20, 2019:

I’m afraid I don’t understand your question.

First if the probelm is in the Ethernet part and you are using lwIP, are you sure this is the correct forum to post to.

If your problem is with FreeRTOS, then I would be grateful if you could provide an exaplanation of what “has drop vListInsert function as randomly”. For example, does this mean it gets stuck in that function? If so, at what point in the code is it getting stuck as that function is called in lots of places. Etc.