Question
External interrupts
The line where the external interrupt is set SYSCFG->EXTICR [2] |= (3 << 12); I want to set it for port D pin 10. How the masking and unmasking is done for port D?
The line where the external interrupt is set SYSCFG->EXTICR [2] |= (3 << 12); I want to set it for port D pin 10. How the masking and unmasking is done for port D?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.