我在msp432p401r 上做一个重启功能,然后操作reboot寄存器想让其重启,但是无效。
代码如下:
SYSCTL->REBOOT_CTL |= 0x01;
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.
我在msp432p401r 上做一个重启功能,然后操作reboot寄存器想让其重启,但是无效。
代码如下:
SYSCTL->REBOOT_CTL |= 0x01;