Hi
I am using the STK 200 and 8515 with the Code Vision C compiler.
I needed for my project to build an alarm clock as one application
I managed to do every thing good exept for the display.
I had to use the sprintf command in order to show the counter on the display .
The display started to show the right time but as soon as the seconds had to go from 9 to 10 i got this display 00:00:010
And it should show 00:00:10.
The command that i wrote is.......sprintf(array,"%02d:%02d:%02d",hour,second, hour);
I think that there is a bug in the command
please advise