Skip to main content
Visitor II
April 8, 2020
Question

Using with LwIP stuck the task

  • April 8, 2020
  • 1 reply
  • 698 views

Hello,

​I download a file from server with netcomm_recv.

​l write in FreeRTOS, with several tasks.

For this discussion, l have two tasks.

One is general task and the other​ is for downloading the file from server.

From the first task, there is a condition that send a queue message to the second task to start download.

If both tasks are in the same ​priority, the downloading task doesn't run.

It l set the downloading task with higher priority, this task works perfectly, but the first task doesn't run.

For reference, the first task blink a LED.

once the first task stuck (in the second case), the LED is stay on the same position (doesn't blink).

What do I do wrong?

What am l missing?

Thanks,

Lior​

    This topic has been closed for replies.

    1 reply

    Graduate II
    April 8, 2020