Page 1 of 1

STM32F042 Interrupts

Posted: Sat Sep 19, 2020 9:44 am
by Kisen
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?

Re: STM32F042 Interrupts

Posted: Mon Sep 21, 2020 9:50 am
by LeighM
I will try and sort this out for you today

Re: STM32F042 Interrupts

Posted: Mon Sep 21, 2020 11:16 am
by LeighM
Hi
Please try the attached updated file,
to go into directory (then restart Flowcode) ...
C:\ProgramData\MatrixTSL\FlowcodeV8\FCD\ARM

Re: STM32F042 Interrupts

Posted: Mon Sep 21, 2020 4:09 pm
by Kisen
Thanks Leigh

I will try this out later on.