Problems with fast subsequent rising and falling callback functions
I have the STM32G030K6T.Connecting a magnet to my magnet detector causes HAL_GPIO_EXTI_Rising_Callback and removing the magnet causes HAL_GPIO_EXTI_Falling_Callback. I think I have too much code inside these functions. Inside these functions I'm fadi...