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.

RTOS/TDA3MV: Task create

Part Number: TDA3MV
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi

We have met the following phenomena. Would you please advise me if you have any information on the phenomenon in the task creation below?

【phenomenon】
When BspOsal_taskCreate () is called, execution can not be executed if the priority is set to 16 or higher. Priority 15 can be executed.

I debugged the source code, but in BspOsal_taskCreate () it seems that Abort is occurring around Task_construct () call.
(bsp_osal.c file)

Regards,
Kenshow