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.

Wrong queue-mapping with Qmss_queueOpen()

Hi,

When I Use the above API this way:

Qmss_queueOpen
    (
        Qmss_QueueType_GENERAL_PURPOSE_QUEUE,
        QMSS_PARAM_NOT_SPECIFIED,
        &is_allocated
    );

My resulting opened queues have numbers between 876-887

So they are not general purpose, as descriped in sprugr9f.pdf (Table 5-1)

Is that an error in the user guide or is the allocoation of the driver wrong?

I Use C6670 with latest MCSDK

Best regards

Simon