STM32F4xx NVIC->ISPR Question
Posted on September 23, 2017 at 16:27When is the ISPR register used?ISPR [0] | = 0x00000001 << 6; // (EXTI0 Position)Does this code convert the EXTI0 interrupt into the pending state so that the EXTI0 interrupt should not be executed?But the interru...