STM32f303 interrupt
Posted: Wed Feb 17, 2021 3:24 pm
Hi
I would like to understand how to properly use a gpio of an stm32 and configure it as an interrupt pin. From flowocode I saw that it is possible to set the pin both up and down.
My goal is to activate a macro every time the pc3 pin changes state. As you can see from the circuit, the pin is connected to the output of a comparator. Whenever the value in IN_A changes, the comparator output will be high or low.
Also, how can I calculate the interrupt rate?
Kind Regards
I would like to understand how to properly use a gpio of an stm32 and configure it as an interrupt pin. From flowocode I saw that it is possible to set the pin both up and down.
My goal is to activate a macro every time the pc3 pin changes state. As you can see from the circuit, the pin is connected to the output of a comparator. Whenever the value in IN_A changes, the comparator output will be high or low.
Also, how can I calculate the interrupt rate?
Kind Regards