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:关于复位中断矢量寄存器 SYSRSTIV

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1357492/msp430f6779a-about-reset-interrupt-vector-register-sysrstiv

器件型号:MSP430F6779A

复位后 SYSRSTIV 的值是否为零?

为什么使用 JTAG 调试器会导致 SYSRSTIV 读数为零?

void CheckResetCause(void)
{

    ResetCause = SYSRSTIV;

}

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

    尊敬的 Tink:

    您在操作 JTAG 调试器时会采取什么行为、然后该值返回零?

    根据寄存器值、JTAG 没有特定的复位值、因此如果您未通过 JTAG (BOR/POR)触发复位、该值应为零。

    B.R.

    萨尔