Skip to main content
Ala
Senior
April 21, 2022
Solved

EXTI interrupt conflict

  • April 21, 2022
  • 1 reply
  • 1008 views

hey there

I have set a pin in CubeMX as EXTI, namely PA1. the thing is when I use HAL_GPIO_EXTI_Callback(),for performing interrupt actions, it does not enter to HAL_GPIO_EXTI_Callback() but if I use EXTI0_1_IRQHandler() which is in stm32g0xx_it.c, it enters and works... why? whats the difference?

another question is that does anyone have a library for RF remote controllers for stm32? any links or help are appreciated

This topic has been closed for replies.