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 PDSPs 中 interrupt pacing modes问题

在CPPI_QMSS_LLD_SDS.pdf 的26页 有如下一段,在multicore navigator user guide 文档中4-37页也有类似的如图所示,不太明白这几中触法模式,请大家帮我解答一下。

The available interrupt pacing modes are based on one of the following events:
•  Programmable delay since last interrupt to the host
•  Programmable delay since first packet on new activity
•  Programmable delay since last packet on new activity

 

  • 你好!

    n = 1 ,周期性中断;

    n = 2 ,上次中断后,从接收到第一个packet开始计时;

    n = 3 , 每来一个新的包重新计时。

    根据自己的需要选择合适的中断方式。