NRST reset
i am using nucleo-f429zzi. there is reset button (B2) is connected to NRST in mcu. Is it possible to use program to detect this button is clicked? Actually, I would like to stop some digital i/o when user presses this button to reset the system. It i...