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.

MessageQ maximum number of queues

Other Parts Discussed in Thread: OMAP-L138, SYSBIOS

I have an application using SYSLINK on Linux on an OMAP-L138 LCDK. The application on the ARM uses message queues to communicate with an appliction on the DSP (running SYSBIOS).  If I load the SYSLINK kernel with the TRACECLASS=3 setting I see the following message when the ARM creates a message queue:

MessageQ_create: Max number of queues 32

It is possible that more than 32 queues might be needed for this application.  Is it possible to increases the maximum number of queues, either statically or dynamically?  Is this something that is pre-configured when the SYSLINK kernel is built or can it be changed with something like the Syslink_params or SL_PARAMS values.  The syslink.h file gives some examples of the things that can be changed with Syslink_params but I can't find a full definition of all of the settings that can be changed in this way.

Thanks.