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.

[参考译文] MSP432P4011:使用 SYSCTL 调用复位时出现问题

Guru**** 2540510 points


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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/854170/msp432p4011-issue-with-reset-with-sysctl-call

器件型号:MSP432P4011

您好!

当我发出以下命令来复位 MSP432P4011时、代码卡在 FreeRTOS 的 FAULTISR()中  

(SYSCTL_A->REBOOT_CTL)=(SYSCTL_A_REBOOT_CTL_WKEY_VAL | SYSCTL_A_REBOOT_CTL_REBOOT);

谢谢、

Sanjay

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

    您好、Sanjay、

    在查看 sysctl_rebootDevice() API 如何实现这一点时,我认为它应该是:  

    sysctl->reboot_CTL =(SYSCTL_reboot_CTL_reboot | SYSCTL_reboot_key); 

    谢谢、

    Alexis