Interrupt Help

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

Moderator: Benj

Post Reply
TheSystem
Posts: 3
Joined: Fri Oct 30, 2020 1:47 am
Contact:

Interrupt Help

Post by TheSystem »

Hi! I'm new around here and to FlowCode8. I have been struggling to get interrupts working in this particular program. I have attached the Compile log as well as the program. If anyone can tell me why this is not working , I'd be eternally grateful :D .

Thanks
Attachments
Test.fcfx
(32.99 KiB) Downloaded 140 times
FlowCode Compile Log.txt
(2.35 KiB) Downloaded 120 times

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Interrupt Help

Post by QMESAR »

Hi

If you are not supplying a clock signal to the Timer 0 external clock Pin then the interrupt will never fire,in this case set the Timer clock to Internal Clock (Clock Source Property)

P5.jpg
P5.jpg (22.53 KiB) Viewed 1790 times
Set The property to Internal as shown below
P6.jpg
P6.jpg (19.23 KiB) Viewed 1790 times

TheSystem
Posts: 3
Joined: Fri Oct 30, 2020 1:47 am
Contact:

Re: Interrupt Help

Post by TheSystem »

Haha. Thanks, this was a silly one :shock:

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Interrupt Help

Post by QMESAR »

Hi
No problem made this mistake many times and look hours for the bug :D

Post Reply