Resolved! Enable/ disable EXTI interrupts using HAL
Hey guys.I need to enable/disable the line 14 of the EXTI interrupts multiple times, using HALDo i just use the HAL_NVIC_DisableIRQ HAL_NVIC_EnableIRQ ( and HAL_NVIC_SetPriority whenever i re-enable the line?), providing the correct handle to the a...