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.

[参考译文] MSP430FR6922:MSP430:中断优先级更改

Guru**** 2380860 points
Other Parts Discussed in Thread: MSP430FR6922
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1133504/msp430fr6922-msp430-interrupt-priority-change

器件型号:MSP430FR6922

大家好、
我对 MSP430控制器有疑问。 我正在使用 msp430fr6922控制器。 我在代码中使用 RTC、计时器、UART 的中断。 实际上、在 MSP430中、优先级已经根据寻址设置、但我需要更改该优先级。 我已经读出、在 msp340中无法更改中断优先级。 那么、还有其他方法吗、如果有、请举例说明。
谢谢你。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Sayali、

    无法在 MSP430FR6xx 器件上更改中断优先级。 当你获得一个不同的中断时、你可以尝试查看其他中断矢量、但是你必须以某种方式处理潜在的中断清除。 另一种实现方法是在非优先级中断中设置 SW 标志、因此这些中断极短。 然后在主循环中处理这些 SW 标志。