你好,
请问在QMSS中:
1,中断产生是根据检测list buffer page是否满么?
2,SPRUGR9B中的4.3.3.1 Interrupt Handshaking有段话:PDSP fills pong, and fires INT,Host CPU acknowledges INT, releasing ping, and takes ownership of pong这里所说的releasing ping是指将ping清零么?
3,在qmInfraMCExampleProject中,core1~3读取core 0 的hiPrioList,那么一个channel产生了两次中断,则ping和pong都会被fill,而似乎core0并没有将ping的内容清零,那第三次会不会还没push descriptor由于检测到ping已经满了就产生中断呢?并且通过这种方式读取descriptor怎么能在第二次读pong的时候core1~core3自动跳到core0的pong的地址呢