MSP430 能在一组端口上同时处理多个中断,例如在P1.0 到P1.7 或者P2.0 到P2.7,而不漏一个中断吗?对这些端口似乎只有一个总中断标志能被CPU 所识别。
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.
MSP430 能在一组端口上同时处理多个中断,例如在P1.0 到P1.7 或者P2.0 到P2.7,而不漏一个中断吗?对这些端口似乎只有一个总中断标志能被CPU 所识别。
是的,只要所要求的最低中断事件脉冲宽度得到保证,MSP430 决不会错过任何一个中断。这些多源中断标志依然会置位,即使中端请求已经接收和提供服务,所以已经服务的中断标志在他相应的中断服务程序中必须复位。这样在这期间依然保持着的中断就会被CPU 所识别。