VTaskDelay does not wait what I espect
Hello,STM32L476.FreeRTOS 10.3This call:while(1){ vTaskDelay(pdMS_TO_TICKS(1000)); HAL_GPIO_Toggle...... }should wait 1 second, toggle a pin again and again. With a single task, it looks ok:On this graph the bottom pin toggles every secon...