2022-04-20 09:20 PM
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
Solved! Go to Solution.
2022-04-21 05:45 AM
2022-04-21 05:45 AM