STM32H7B3I - Receiving an unknown interrupt on the EXT9_5 after clearing the interrupts on all lines 5 - 9.
Hi,I have the following code: which clears the WXTI9_5 interrupts, enables the EXTI9_5 interrrupts and provides an interrupt handler for these.void clearAll_EXTI9_5_IRQ(void) { __HAL_GPIO_EXTI_CLEAR_IT(GPIO_PIN_5); __HAL_GPIO_EXTI_CLEAR_IT(GPIO_PIN...