Resolved! Counter after interrupt request doesn't enable if condition in main
Hello STM-Community,I'm fairly new to STM programming and I use an STM32 microcontroller with STM32CubeMX encountered a weird issue with my functions.I've got an IRQ, which collects data every interrupt. Similair like this:void HAL_GPIO_EXTI_Callback...