STM32F042 Interrupts

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Kisen
Posts: 73
Joined: Fri Jan 24, 2020 10:38 am
Has thanked: 4 times
Been thanked: 2 times
Contact:

STM32F042 Interrupts

Post 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?

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: STM32F042 Interrupts

Post by LeighM »

I will try and sort this out for you today

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: STM32F042 Interrupts

Post by LeighM »

Hi
Please try the attached updated file,
to go into directory (then restart Flowcode) ...
C:\ProgramData\MatrixTSL\FlowcodeV8\FCD\ARM
Attachments
32F042K6.fcdx
(28.76 KiB) Downloaded 113 times

Kisen
Posts: 73
Joined: Fri Jan 24, 2020 10:38 am
Has thanked: 4 times
Been thanked: 2 times
Contact:

Re: STM32F042 Interrupts

Post by Kisen »

Thanks Leigh

I will try this out later on.

Post Reply