Other Parts Discussed in Thread: MSP430I2021
您好先生/先生,
我正在研究msp430i2021。
我使用计时器中断和GPIO中断。
我读取用户guide.in矢量表GPIO中断为最高优先级。但我需要定时器中断设置最高优先级,第二最高设置为GPIO intterupt。
因此,请提供帮助以帮助您管理此问题。
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.
Other Parts Discussed in Thread: MSP430I2021
您好先生/先生,
我正在研究msp430i2021。
我使用计时器中断和GPIO中断。
我读取用户guide.in矢量表GPIO中断为最高优先级。但我需要定时器中断设置最高优先级,第二最高设置为GPIO intterupt。
因此,请提供帮助以帮助您管理此问题。
您好,
由于中断优先级内置在MCU芯片体系结构中,因此无法更改。
下面是讨论中断优先级的另一个e2e线程:
https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/5.2759万
Mike提供了一个很好的建议,使GPIO中断尽可能短,以便更快地处理计时器中断。 如果MCLK频率仍低于其最大值,则您也可以提高MCLK频率,以便更快地处理所有中断。
此致,
Ryan