Posted on April 23, 2016 at 23:16Good day,If anyone tried to use FreeRTOS I have one question, why my task is not finished, and another task is started? Here is my code and log.code:void vDebug1(void *pvParameters){ vTaskDelay( 100 / portTICK_RATE_M...