Why is my task don’t run without demo tasks

Hi, I’m successfully running one FreeRTOS demo on my board (MCF5282), to which I’ve added my own task (a web server).  The problem is when I remove the demo tasks (mathtasks, PolledQueueTasks, etc.), my task will not work anymore. any ideas? regards, Francois

Why is my task don’t run without demo tasks

Does the WEB server work when the demo tasks are included?

Why is my task don’t run without demo tasks

No, it compiles but the server don’t work

Why is my task don’t run without demo tasks

well… It will only run if I start the math task, the PolledQueueTasks, and the lockingQueueTasks.

Why is my task don’t run without demo tasks

well… It will only run if I start the math task, the PolledQueueTasks, and the lockingQueueTasks.