interrupt on change mask,how to choose falling edge

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

Moderator: Benj

Post Reply
stefan.erni
Valued Contributor
Valued Contributor
Posts: 654
Joined: Fri Aug 19, 2016 2:09 pm
Location: switzerland
Has thanked: 182 times
Been thanked: 179 times
Contact:

interrupt on change mask,how to choose falling edge

Post by stefan.erni »

Hi Ben

I use an interrupt on Pin C3 from a Pic32.
There are some interrupts working.... but it's confusing how many. In the pin configuration it's shows green (interrupt on both side). Where can I choose to have the irq on falling edge? I can not access "the interrupt on change mask". (no mouse click possible)
irq_mask.PNG
(7.34 KiB) Downloaded 931 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: interrupt on change mask,how to choose falling edge

Post by Benj »

Hello,

Which PIC32 device are you using?

It might be that the device does not support individual rising or falling edge modes, but without knowing the specific device I can't check for you.

stefan.erni
Valued Contributor
Valued Contributor
Posts: 654
Joined: Fri Aug 19, 2016 2:09 pm
Location: switzerland
Has thanked: 182 times
Been thanked: 179 times
Contact:

Re: interrupt on change mask,how to choose falling edge

Post by stefan.erni »

Hi Ben

I use the PIC32MZ2048ECG100 on the prototype board and I change to the PIC32MZ2048EFG100 soon.

I found a bad news in the forum..... so i have already solved it this way
http://www.matrixtsl.com/mmforums/viewt ... =interrupt

someday in the future I have to change the PIC32MZ ...
Do you know there will be new PIC (SAM) for FC8 soon?
Fast but extremely low power ...

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: interrupt on change mask,how to choose falling edge

Post by Benj »

Do you know there will be new PIC (SAM) for FC8 soon?
Do you have specific devices you would like to see? I can certainly get them on the list for you.

Post Reply