User Activity

I am new to stm32, I have a stm32F407VG discovery board. I tried to implement an interrupt using the user button and added HAL_Delay() inside the interrupt function. After I press the Button the Interrupt execute but it got stuck there, it is not com...