Part Number: MSP432P401R
Hi,
There is a phenomenon that the device does not restart due to an external reset.
However, it will start when the power is turned on again.
What is the difference between a power-on reset and an external reset?
Thanks,
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: MSP432P401R
Hi,
There is a phenomenon that the device does not restart due to an external reset.
However, it will start when the power is turned on again.
What is the difference between a power-on reset and an external reset?
Thanks,
Hello Koki,
Section 3.2 of the MSP432P401R User's Guide provides all the different types of Resets, but the external reset pin should cause a Power-On Reset (POR). But, it sounds like you are saying that your issue persistent through a POR but is fixed with a full power cycling of the MCU.
Is this correct? Can you tell me about what type of issue you are seeing?
Thanks,
JD
Hi, JD
The external reset is operated by turning the button on and off.
However, it may not recover even if the button is turned on for a long time. MSP432 seems to be frozen.
It starts when the power switch is turned off and on again. Then when I press the reset button, the MSP432 is reset successfully.
It seems that the external reset may not work due to some behavior.
Thanks,
Koki
It seems that the external reset may not work due to some behavior.
If the PIN_SRC bit in the NMI Control and Status Register was changed from the default value of 0 to 1 it will configure the RSTn/NMI pin as a source of NMI. That could explain why the external reset doesn't work.
From the MSP432P4xx SimpleLink Microcontrollers Technical Reference Manual (Rev. I) :

Hi, Dennis
Do you have the reset pin pulled to VCC with a resistor? If so, what value?
The figure below shows the resistance value and capacitance value to the reset pin.

Can you confirm when the button is turned on, the voltage on the MSP432 Reset pin goes to 0v?
I confirmed that the voltage transitions to 0V when the reset button is pressed.
Thanks,
Koki