2021-12-18 12:00 AM
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? :\
Solved! Go to Solution.
2021-12-18 03:47 AM
Check the option bytes, e.g. with STM32CubeProgrammer. NRST_MODE must have the correct settings.
hth
KnarfB
2021-12-18 03:47 AM
Check the option bytes, e.g. with STM32CubeProgrammer. NRST_MODE must have the correct settings.
hth
KnarfB
2021-12-18 04:04 AM
Thank you, I totally didn't think of that. Now it works.
thanks,