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.

[参考译文] MSP430FR2311:定时器中断延迟

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/728028/msp430fr2311-timer-interrupt-latency

器件型号:MSP430FR2311

您好 MSP430团队。

计时器中断的计时器中断延迟。

这意味着、在 ISR 被执行前、一个定时器中断标志被置位将需要多少个时钟周期?

BR

安德斯兰热

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

    中断延迟为六个周期、从接受一个中断请求开始、一直持续到中断处理例程的第一条指令开始执行。

    有关中断接受的更多信息、请参阅器件用户指南第33页。
    www.ti.com/.../slau445h.pdf

    谢谢、
    是的