Why is my task don't run without demo tasks

onefranck wrote on Wednesday, February 11, 2009:

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

davedoors wrote on Monday, February 16, 2009:

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

onefranck wrote on Monday, February 16, 2009:

No, it compiles but the server don’t work

onefranck wrote on Monday, February 16, 2009:

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

onefranck wrote on Monday, February 16, 2009:

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