2014-07-11 12:32 AM
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!2014-09-23 06:03 AM
NVIC and EXTI peripheral would need to be suitably configured, and EXTI pin would need to be signalling.