This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Semaphore and task priority

Hi,

I added a second task to wlan_station. Now I want to chance the task priority at runtime. I also want to block on of the tasks after an interrupt with a semaphore.

I tried to create the semaphore with the commands from http://www.freertos.org/a00122.html. My problem is that my project doesnt know that commands. Are there some includes to do?

Thanks