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/TDA2PXEVM: No free semaphore found

Part Number: TDA2PXEVM

Tool/software: TI-RTOS

Hello,

We are using PROCESSOR SDK 03.03.00.00. We have created a new usecase which consists of only 2 links on IPU1_0 core.

One of the links is for the CAN-FD and other is a test link for sending commands to the CAN-FD link.

It is working fine when we select the our usecase from the menu.

But when we select our camera usecase "Chains_issIspSimcop_Display" we are observing issue shown below.

If we comment the init call of CAN-FD link from the system_initDeinitLinks.c file, "Chains_issIspSimcop_Display" usecase works fine without any such errors.

Following API's are used in the CAN-FD init link API:-

1. System_registerLink for registering the link

2. Utils_tskCreate to create main task for CAN-FD link.

Queries:-

1. Does a task creation for the link in the link init API affects other link ?

2. Is there any MAX COUNT for the semaphores that need to be changed if a new link is added in vision sdk ?

Regards,

Amol