Hi Expert.
see following function calling tree,assert occur.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
\pdk_jacinto_08_01_00_36\packages\ti\drv\ipc\examples\common\src\main_rtos.c :
--> Ipc_setupSciServer -->Sciserver_tirtosInit --> Sciserver_tirtosInitSemaphores -->SemaphoreP_create(0U, &gSciserverUserSemParams[i]) -->SemaphoreP_constructCounting -->xSemaphoreCreateCountingStatic -->xQueueCreateCountingSemaphoreStatic --> configASSERT
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[Question]
1.sci server task use SemaphoreP_Mode_BINARY semaphore or SemaphoreP_Mode_COUNTING semaphore?
2.or i have to use "sciserver.c" ,not use "sciserver_tirtos.c"?