We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.