Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 5 months ago.
Time not incrementing
Nice program and well documented. I can set the clock, but time doesn't change. The green and red LEDs are cycling but the seconds are static.
Any clue as to what I am doing wrong? Thanks for doing this.
Question relating to:
1 Answer
10 years, 5 months ago.
Try pressing SW3 again to cycle to the next "function mode".
If that doesn't work, follow the instructions at http://mbed.org/handbook/SerialPC to connect a serial terminal window to the board, and then sprinkle pc.printf("Hello from line 999\r\n"); statements all over main.cpp and see if you can follow the progress of the program logic.
Good luck.