Resolved! Function to check EXT_0 or any EXT_X interrupt status?
Posted on January 04, 2017 at 02:11Does HAL library has any function that can check for the interrupt status on any given EXT line? For example,I have configured: HAL_NVIC_SetPriority(EXTI0_1_IRQn, 0, 0); HAL_NVIC_EnableIRQ(EXTI0_1_IRQn);Now ...