cancel
Showing results for 
Search instead for 
Did you mean: 

EXTI function not called

valeriagh
Associate II
Posted on July 11, 2014 at 09:32

Hello,

I have a problem about EXTI settings in iNemo sample application LSM303DLHC_AccDataReady.c. My function EXTI9_5_IRQHandler defined in main.c is never called. I would like to know if some parameters should be set in startup_stm32f10x_hd.c. In fact I don't want default interrupt function to be called, but mine. Thank you in advance for your help!

1 REPLY 1
Posted on September 23, 2014 at 15:03

NVIC and EXTI peripheral would need to be suitably configured, and EXTI pin would need to be signalling.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..