User Activity

When creating a new Freertos Task like this: osThreadNew(StartDefaultTask, NULL, &defaultTask_attributes);prvAddNewTaskToReadyList(...)will be called and uses taskENTER_CRITICAL()to disable interrupts. This breaks down to the call of void vPortEnterC...
Kudos from