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.

QMSS multi queue

Other Parts Discussed in Thread: TMS320C6678

TMS320c6678 DSP - Is there is any example of using the QMSS in Multi queue mode (i found only the single queue mode)?

Thanks

 

  • Jim,

    Like you, I was only able to find examples for single queue mode.

    You can enable multi-queue mode during the Accumulator setup by:

    1. setting Qmss_AccCmdCfg.multiQueueMode = Qmss_AccQueueMode_MULTI_QUEUE
    2. verifying that Qmss_AccCmdCfg.queMgrIndex.qNum is a multiple of 32

    Do you have any specific questions about  multi-queue mode that I can help you with?

    Regards,

    Derek

    -------------------------------------------------------------------------------------------------------------------------------------------------

    If you need more help, please reply back. If this answers the question, please click  Verify Answer , below.

  • Derek. 

    Thanks for your response.

    When i recieved an interrupt from the acculmulator (which is configured as Multiqueue) - how can i found, in the ISR, the queue that caused that interrupt?

    Regards,

    Jim