Quote Originally Posted by lerameur View Post
Hi,

Running into a little problem. When My Gosub functions ends, it does not return. Instead it stalls there and Both buttons do not work.. I have RB2 for Select and RB3 for Next (buttons) when it finished the minutes, the LCD freezes and nothing happens... some have a clue??
Hmmm, I don't see anything wrong in your SetProgrammerTime sub-routine . The problem might be in your main code after the line GOSUB SetProgrammerTime. See how far the code runs before it freezes.

Robert