Resolved! Change the status of a variable when a button is pressed via interrupt routine.
I am implementing an application when I need to set high a status variable when a button is pressed. I would like to do so via the interrupt routine of the push button. So, in gpio.c I havevoid HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin){ if (GPIO_...