Part Number: MSP432P4011
HI,
When I issue the following to reset the MSP432P4011, my code gets stuck in faultISR() of freertos
(SYSCTL_A->REBOOT_CTL) = (SYSCTL_A_REBOOT_CTL_WKEY_VAL | SYSCTL_A_REBOOT_CTL_REBOOT);
Thanks,
Sanjay
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.
Part Number: MSP432P4011
HI,
When I issue the following to reset the MSP432P4011, my code gets stuck in faultISR() of freertos
(SYSCTL_A->REBOOT_CTL) = (SYSCTL_A_REBOOT_CTL_WKEY_VAL | SYSCTL_A_REBOOT_CTL_REBOOT);
Thanks,
Sanjay
HI Sanjay,
In looking at how the SysCtl_rebootDevice() API does this, I believe it should be:
SYSCTL->REBOOT_CTL = (SYSCTL_REBOOT_CTL_REBOOT | SYSCTL_REBOOT_KEY);
Thanks,
Alexis
**Attention** This is a public forum