Search found 1 match

by ruziev-dev
Fri Jun 23, 2023 5:24 am
Forum: ESP32 Arduino
Topic: xTaskCreate does't work constantly
Replies: 1
Views: 980

xTaskCreate does't work constantly

Hi! I have faced with a problem: Sometimes FreeRTOS ignores creating a new task (xTaskCreate). In code (see below) there are two places with calling functions xTaskCreate(Door::_FollowLockStopTriggerTaskStart, NULL, 6 * configMINIMAL_STACK_SIZE, this, configMAX_PRIORITIES, &_xLockActiveExecutionHand...