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.

[参考译文] MSP430F6779A:启用和禁用中断

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1342485/msp430f6779a-enable-and-disable-interrupt

器件型号:MSP430F6779A

尊敬的 TI 支持部门:

启用和禁用中断。

从规则启用和禁用中断。 如果在启用中断之前有调用函数、则该函数在函数的最后一次操作中清除中断标志。

调用一个函数是一条指令吗?

谢谢!

Khwanyuen Vasu

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

    C 编译程序始终根据需要插入 NOP。 如果它们不存在、汇编器会发出警告。