STM32F042 Interrupts
Posted: Sat Sep 19, 2020 9:44 am
Hi
I have just started to program my interrupts for a device im working on.
On the STM32 there are 16 interrupts for pins. I notice that in FC there are only 5 available in the options.
EXTI0
EXTI1
EXTI2
EXTI3
EXTI7
For my particular hardware setup i am in need of:
EXTI0 - Check
EXTI2 - Check
EXTI5 - Not there
EXTI15 - Not there
Is it possible to get EXTI5 and EXTI15 added? Or is there a way in FC to remap EXTI3 and EXTI7 to another pin?
I have just started to program my interrupts for a device im working on.
On the STM32 there are 16 interrupts for pins. I notice that in FC there are only 5 available in the options.
EXTI0
EXTI1
EXTI2
EXTI3
EXTI7
For my particular hardware setup i am in need of:
EXTI0 - Check
EXTI2 - Check
EXTI5 - Not there
EXTI15 - Not there
Is it possible to get EXTI5 and EXTI15 added? Or is there a way in FC to remap EXTI3 and EXTI7 to another pin?