Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi,
my processor is c6678.
I initialize srio and receive video from srio and send to other core(core4 - core7) to compress it by H264 codec.
after that i send the bitstream out put to core0 by IPC and send it by ndk function to ethernet.
in core0 i have two semaphore to mange my task, i have some process in other task in core0, when i run the program after some frame (about 10) ,the program wait in EmacSend() --> Osal_cppiCsEnter() --> while( CSL_semAcguiresDirect (PLATFORM_CPPI_HW_SEM)) == 0);
is there problem in cppi initialize ??