Solved
This topic has been closed for replies.
As @TDK mentioned: hovering the disabled box shows The corresponding GPIO pin is left as "Free" and ....
So you need to assign the pin context to the Cortex-M7. To do that:
- open the peripheral GPIO, e.g. using the categories A->Z on the left side
- select the GPIO in question (in your case PC13)
- in the configuration change Pin Context Assignment from Free to ARM Cortex-M7 (NVIC1 relates to C-M7)
- then either:
- select tab NVIC (same page in configuration of GPIO) and tick the box at EXTI line[15:10] or
- open the peripheral NVIC1 and tick the box at EXTI line[15:10] there
Does it answer your question?
Regards
/Peter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.