cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-G031K8 Reset not working?

AAnth.1
Senior

Hi

I know that this is probably a brain fart on my side, but I am currently playing around with the NUCLEO-G031K8 and cannot seem to put the MCU into reset using the reset button on the Nucleo board. In fact, I am running a simple GPIO LED toggle program, and it just keeps toggling even when B1 is pressed. Am I missing the obvious here? :\

0693W00000Hp4wOQAR.png

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

Check the option bytes, e.g. with STM32CubeProgrammer. NRST_MODE must have the correct settings.

hth

KnarfB

View solution in original post

2 REPLIES 2
KnarfB
Principal III

Check the option bytes, e.g. with STM32CubeProgrammer. NRST_MODE must have the correct settings.

hth

KnarfB

Thank you, I totally didn't think of that. Now it works.

thanks,