Resolved! HAL_GPIO_EXTI_Callback() not being triggered
I connected a external button on my PCB board and am trying to use it to toggle another GPIO Pin (PA8) with HAL_GPIO_EXTI_Callback()I connected the button to PC4 on my NUCLEO board and is configured as follow: /*Configure GPIO pin : PC4 */ GPIO_InitS...