Interrupt gets executed but the CPU stays in WFI
stm32f407i code in RTEMS, system sleep function will call __wfi , i can not wake up from sleep by pressing keyrtems_isr EINT95_handler(rtems_vector_number vector) { if(EXIT_PR & 0x200) { printk("exit 9 hap\n"); int pin = STM...