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.
你(们)好
我对编码有疑问。
是否可以在 ISR 例程中发送 i2c 请求?
换言之、程序已经在 ISR 中、并 将发送请求触发另一个 ISR。
我尝试过、但在我看来、只需在此处与 TI 专家确认即可。
谢谢
您好 Ming
可以。您可以在中断处理中运行代码。
可以在一个中断处理中触发另一个 ISR、因为 MSP430系列支持中断嵌套。
在这种中断嵌套应用程序中、请注意中断优先级问题、第5章中断比较控制器(ICC)特性被重新指令。 (不必须)
谢谢!