function called to wake the task that will be running

juhc wrote on Monday, August 03, 2015:

Hi,
A task is woken when the function vTaskResume() is called. Is there another function that wakes a Task?
which function the scheduler calls when it chooses the task that will be running at the next tick interrupt?

Thank you

rtel wrote on Monday, August 03, 2015:

I think this was already answered for you here http://www.freertos.org/FreeRTOS_Support_Forum_Archive/July_2015/freertos_what_is_the_function_that_returns_an_element_of_a_list_b1d6aa21j.html

Remember - you have the source code - and can read it and step through it all you like.