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