Level sensitive interrupts with EXTI
I need to achieve level sensitive interrupt behavior with EXTI, similar to shared PCI interrupts on other architectures.Have several OR'ed interrupt requests wired together to a EXTI input;all requests are active low.All requests can be masked or dis...