This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EXTI interrupt handler not trigger for stm32f446re

Hi,

i'm newbie , i want to know why my code doesn't work , my coding is about external interrupt is not trigger

EXTIx_IRQHandler not trigger for coding in the uvision5 , but the same code i'm done with stm32cobeMX that is generated is work fine

please help me how to solve or i miss somthing with uvision5.

  • Make sure you have enabled EXTI, GPIO, and NVIC. Some of these may be buried in MSP functions, or across different source files.

    Try using a merge/diff tool to seen how "same" the code really is.

    Try using the debugger, and inspecting the peripheral registers and settings.