SPRACY6 July 2021 DRA821U , DRA821U-Q1 , DRA829J , DRA829V , DRA829V-Q1 , TDA4VM , TDA4VM-Q1
The creation of this task is shown in Section 5.5.1.
static Sciserver_taskData *utdHigh = NULL;
static volatile int highIsrEnableVal = 0;
FUNC(void, CtApSciserverHigh_CODE) CtApSciserverHigh_Init(void)
{
utdHigh = &gSciserverTaskList[SCISERVER_TASK_USER_HI];
/* Set the pending State first */
utdHigh->state->state = SCISERVER_TASK_PENDING;
}