Tool/software: Code Composer Studio
Hi Experts,
When we call below API several times, what happen?
TaskOSAL_create(3, taskname, 0x1000, baseAddress, Board_tlkMDIXTask);
Is the Task created once or multiple?
Regards,
Uchikoshi
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi Experts,
When we call below API several times, what happen?
TaskOSAL_create(3, taskname, 0x1000, baseAddress, Board_tlkMDIXTask);
Is the Task created once or multiple?
Regards,
Uchikoshi
Hi Todd,
Sorry to confusing you.
The software calls task_create() two times as below.
TaskOSAL_create(3, taskname, 0x1000, baseAddress, Board_tlkMDIXTask);
TaskOSAL_create(3, taskname, 0x1000, baseAddress, Board_tlkMDIXTask);
Is the task Board_tlkMDIXTask() executed twice or once? Which upper or bottom is correct?
Regards,
Uchikoshi