Page 1 of 1

Timer interrupt bug

Posted: Sat Aug 17, 2013 10:12 am
by medelec35
Attached is a flowchart that stops running when single stepping at the same point.
In the screen shot below, if press F8 when reached this point, flowchart will stop.
Timer int bug.png
(24.77 KiB) Downloaded 3033 times
If the timer interrupt is removed, then flowchart will continue to run indefinitely.
The 1 second delay has something to do with the bug since if removed, again flowchart will continue to run indefinitely.

Re: Timer interrupt bug

Posted: Sun Aug 18, 2013 9:34 pm
by JonnyW
Cheers Martin, I'll take a look.

Jonny

Re: Timer interrupt bug

Posted: Mon Sep 09, 2013 3:47 pm
by aanside
I find a similar bug in the Frequency Counter demo program.
It runs but, no matter how fast the button is pressed, the readout on the display remains at 1Hz (with the odd flicker to 2Hz). I have a program written in Flowcode 5 which has a similar structure and works perfectly. When imported into Flowcode 6 it show the same behaviour as the Frequency Counter example.