Received my flow code last week and started writing project almost immediately.
I have to say that writing programs with flow code is a lot easier then i anticipated.
I wrote a program for a clock with keypad and 2 push buttons.
The idea of the program is:
The 2 push buttons are "HOURS" and MINUTES", ones one of these is pressed, the keypad is used to enter a new time.
If a time is entered which is not correct (Example 25 Hours or 73 minutes) this should show on the display and ask you to re-enter.
When I reset my PIC16F877A, everything starts up nicely, the time is 00:00:00
When i press the "Hours" button, all is still fine, the new hours can be entered. Same as with minutes.
But this only goes well, when i enter the new hours or minutes quickly ("like dialing a phone number on your mobile" quickly)
When i wait a bit longer, my PIC crashes. I ran the simulation tool, but it always works on there, it only crashes on my 16F877A.
I have some Siemens PLC experience, but this is my first attempt in programming PIC's, so if i miss something......
Any input from you guys would be great because i am getting lost.

I attached the Flowcode file <Keypad_Clock)
Dutchie