1、Low(High)Priority Accumulation queues
These queues can also be used as general purpose
queues.以前看过Low(High)Priority Accumulation queues作为发送队列的例子,而且Accumulation queues是作为General Purpose queue,是不是没有下载PDSP固件,Low(High)Priority Accumulation queues就作为General Purpose queue?
2、看到例程代码里分了QueueManageRegs、QueueManageProxyRegs、QueueManageVBUSM、QueueManageProxyVBUSM这四类,不明白为什么要这样分?
3、
我想问下,这个中断握手的操作是硬件自己做的呢还是要在自己的中断服务程序里配置?
4、
例程里 maxPageEntries为2,那么list_buffer里ping/pong缓冲区的索引是不是这样的,ping缓冲区的索引是0,1;pong缓冲区的索引是2,3?
我是根据上面的两行代码这样猜想的:
uiPingPongIndex= hiQuAccCfg.maxPageEntries*(i&1);
uipDescList[uiPingPongIndex]= 0; //clear the descriptor list buffer



